summaryrefslogtreecommitdiff
path: root/drivers/bootcount/Makefile
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2018-02-16 15:50:46 +0000
committerTom Rini <trini@konsulko.com>2018-02-24 08:43:42 -0500
commitaa5a863283611a1dae8c76e511767ac970829952 (patch)
tree4daf603c239d6729c238f694a1acb3dfd3804aeb /drivers/bootcount/Makefile
parentbec8c647bc263d80040413a09f54751bc27c9d31 (diff)
downloadu-boot-aa5a863283611a1dae8c76e511767ac970829952.tar.gz
Migrate generic bootcount to Kconfig
Make generate boot counter selected in the same way as other boot count drivers Reviewed-by: Lukasz Majewski <lukma@denx.de> Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Diffstat (limited to 'drivers/bootcount/Makefile')
-rw-r--r--drivers/bootcount/Makefile2
1 files changed, 1 insertions, 1 deletions
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