summaryrefslogtreecommitdiffstats
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-06 12:54:32 -0600
committerSimon Glass <sjg@chromium.org>2015-07-21 17:39:32 -0600
commit8e6cc46178f9eecada860f7a8f14672e6a94c2de (patch)
treeb8e6f119cfe9ad6bb04240eec875be3f6007b7fc /test/dm/Makefile
parent64ce0cad9e04aab19eb4c3f61333b203548281a7 (diff)
downloadtalos-obmc-uboot-8e6cc46178f9eecada860f7a8f14672e6a94c2de.tar.gz
talos-obmc-uboot-8e6cc46178f9eecada860f7a8f14672e6a94c2de.zip
dm: test: Add a test for the mmc uclass
Add a test to confirm that we can probe this device. Since there is no MMC stack support in sandbox at present, this is as far as the test goes. Signed-off-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 f6a955cfaf..54046d31a1 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -19,6 +19,7 @@ obj-$(CONFIG_CLK) += clk.o
obj-$(CONFIG_DM_ETH) += eth.o
obj-$(CONFIG_DM_GPIO) += gpio.o
obj-$(CONFIG_DM_I2C) += i2c.o
+obj-$(CONFIG_DM_MMC) += mmc.o
obj-$(CONFIG_DM_PCI) += pci.o
obj-$(CONFIG_RAM) += ram.o
obj-$(CONFIG_RESET) += reset.o
OpenPOWER on IntegriCloud