summaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-13 08:22:36 -0600
committerSimon Glass <sjg@chromium.org>2016-03-17 21:27:39 -0600
commite4fb863f6dec0002069d57422ebe3ce3af69a273 (patch)
tree2bb7ea4f10f28db5af4b08c0c4ebbddb75e943d2 /test/dm/Makefile
parent33cf727b1634dbd9cd68a6ebc444a88f053822d7 (diff)
downloadu-boot-imx-e4fb863f6dec0002069d57422ebe3ce3af69a273.zip
u-boot-imx-e4fb863f6dec0002069d57422ebe3ce3af69a273.tar.gz
u-boot-imx-e4fb863f6dec0002069d57422ebe3ce3af69a273.tar.bz2
dm: blk: Add tests for block devices
Add some tests to check that block devices work as expected. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Stephen Warren <swarren@nvidia.com>
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 fd0198f..df2d71f 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -15,6 +15,7 @@ obj-$(CONFIG_UT_DM) += test-uclass.o
# subsystem you must add sandbox tests here.
obj-$(CONFIG_UT_DM) += core.o
ifneq ($(CONFIG_SANDBOX),)
+obj-$(CONFIG_BLK) += blk.o
obj-$(CONFIG_CLK) += clk.o
obj-$(CONFIG_DM_ETH) += eth.o
obj-$(CONFIG_DM_GPIO) += gpio.o