diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-13 23:42:10 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-22 10:36:51 -0600 |
commit | ebcab48a031fc96d5d6292564a35cf772d4e539c (patch) | |
tree | 17c5d710dd35a4317af5617b9208737fb2e5d96e /test/dm/Makefile | |
parent | 465bc03b0c5861864fa082c0f79fc9295a9e2cb9 (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile index 5c2415e3d2..d1b9c9a48b 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 |