summaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2018-12-14 21:14:29 +0100
committerTom Rini <trini@konsulko.com>2019-01-14 17:41:23 -0500
commit6f2d59cb7f16bf5bc169c87fe87de402d9fb8bf8 (patch)
treec7d8aa9bf4a212aa8bf94803e3ab40268b3a405e /test/dm/Makefile
parentd3689267f92c5956e09cc7d1baa4700141662bff (diff)
downloadu-boot-6f2d59cb7f16bf5bc169c87fe87de402d9fb8bf8.tar.gz
u-boot-6f2d59cb7f16bf5bc169c87fe87de402d9fb8bf8.tar.bz2
u-boot-6f2d59cb7f16bf5bc169c87fe87de402d9fb8bf8.zip
test: bootcount: add bootcount-uclass test
Add a test for the bootcount uclass, which uses the RTC bootcount backend (i.e. drivers/bootcount/rtc.c is implictly also tested). Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r--test/dm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile
index 7dc80be25e..1b089960cb 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -15,6 +15,7 @@ ifneq ($(CONFIG_SANDBOX),)
obj-$(CONFIG_SOUND) += audio.o
obj-$(CONFIG_BLK) += blk.o
obj-$(CONFIG_BOARD) += board.o
+obj-$(CONFIG_DM_BOOTCOUNT) += bootcount.o
obj-$(CONFIG_CLK) += clk.o
obj-$(CONFIG_DM_ETH) += eth.o
obj-$(CONFIG_FIRMWARE) += firmware.o