diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-07-31 11:44:13 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-09-29 11:49:35 -0600 |
commit | e6fd0181082a04e743a07ebd9f6fdd0e06dc1399 (patch) | |
tree | d552e2aa2fbe7bb6e4ea4ff6b262696d04f0b4d9 /test/dm/Makefile | |
parent | 6238ae4d60476dd7535b781ef3f255f676851283 (diff) | |
download | u-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/Makefile | 1 |
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 |