]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/bootcount/Makefile
Migrate generic bootcount to Kconfig
[people/ms/u-boot.git] / drivers / bootcount / Makefile
index a3658c11b81511b19e5aee1fdfc2d21d1d46eadd..3e1ae8c884c2bb654243375980c5969a09b233bd 100644 (file)
@@ -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