summaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-14 05:42:10 (GMT)
committerSimon Glass <sjg@chromium.org>2014-10-22 16:36:51 (GMT)
commitebcab48a031fc96d5d6292564a35cf772d4e539c (patch)
tree17c5d710dd35a4317af5617b9208737fb2e5d96e /test/dm/Makefile
parent465bc03b0c5861864fa082c0f79fc9295a9e2cb9 (diff)
downloadu-boot-ebcab48a031fc96d5d6292564a35cf772d4e539c.tar.xz
dm: spi: Add tests
These tests use SPI flash (and the sandbox emulation) to operate. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.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 5c2415e..d1b9c9a 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -18,4 +18,5 @@ obj-$(CONFIG_DM_TEST) += core.o
obj-$(CONFIG_DM_TEST) += ut.o
ifneq ($(CONFIG_SANDBOX),)
obj-$(CONFIG_DM_GPIO) += gpio.o
+obj-$(CONFIG_DM_SPI) += spi.o
endif