summaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-07-31 11:44:13 +0200
committerSimon Glass <sjg@chromium.org>2018-09-29 11:49:35 -0600
commite6fd0181082a04e743a07ebd9f6fdd0e06dc1399 (patch)
treed552e2aa2fbe7bb6e4ea4ff6b262696d04f0b4d9 /test/dm/Makefile
parent6238ae4d60476dd7535b781ef3f255f676851283 (diff)
downloadu-boot-e6fd0181082a04e743a07ebd9f6fdd0e06dc1399.tar.gz
test: Add tests for board uclass
Add tests for the new board uclass. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>
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 8b1ba915d0..d7f5d6b061 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -14,6 +14,7 @@ obj-$(CONFIG_UT_DM) += test-uclass.o
obj-$(CONFIG_UT_DM) += core.o
ifneq ($(CONFIG_SANDBOX),)
obj-$(CONFIG_BLK) += blk.o
+obj-$(CONFIG_BOARD) += board.o
obj-$(CONFIG_CLK) += clk.o
obj-$(CONFIG_DM_ETH) += eth.o
obj-$(CONFIG_DM_GPIO) += gpio.o