X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=blobdiff_plain;f=drivers%2Fbootcount%2FMakefile;h=3e1ae8c884c2bb654243375980c5969a09b233bd;hp=a3658c11b81511b19e5aee1fdfc2d21d1d46eadd;hb=aa5a863283611a1dae8c76e511767ac970829952;hpb=bec8c647bc263d80040413a09f54751bc27c9d31 diff --git a/drivers/bootcount/Makefile b/drivers/bootcount/Makefile index a3658c11b8..3e1ae8c884 100644 --- a/drivers/bootcount/Makefile +++ b/drivers/bootcount/Makefile @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += bootcount.o +obj-$(CONFIG_BOOTCOUNT_GENERIC) += bootcount.o obj-$(CONFIG_BOOTCOUNT_AT91) += bootcount_at91.o obj-$(CONFIG_BOOTCOUNT_AM33XX) += bootcount_davinci.o obj-$(CONFIG_BOOTCOUNT_RAM) += bootcount_ram.o