aboutsummaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorRamon Fried <ramon.fried@gmail.com>2018-07-02 02:58:00 +0300
committerTom Rini <trini@konsulko.com>2018-07-19 17:03:28 -0400
commit20e7705764c4e5ea924f1ea54bb36ebbbeffffe7 (patch)
tree5e979a86cc5971832a10d81ea1303321d0333cc6 /test/dm/Makefile
parent7fd7e2cf339ea2ec570f6dae1cdfaf8e066eb4af (diff)
downloadu-boot-20e7705764c4e5ea924f1ea54bb36ebbbeffffe7.zip
u-boot-20e7705764c4e5ea924f1ea54bb36ebbbeffffe7.tar.gz
u-boot-20e7705764c4e5ea924f1ea54bb36ebbbeffffe7.tar.bz2
test: smem: add basic smem test
Add basic smem sandbox testing. Signed-off-by: Ramon Fried <ramon.fried@gmail.com> Reviewed-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 5511a85..d2ed96c 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -33,6 +33,7 @@ obj-$(CONFIG_DM_RESET) += reset.o
obj-$(CONFIG_SYSRESET) += sysreset.o
obj-$(CONFIG_DM_RTC) += rtc.o
obj-$(CONFIG_DM_SPI_FLASH) += sf.o
+obj-$(CONFIG_SMEM) += smem.o
obj-$(CONFIG_DM_SPI) += spi.o
obj-y += syscon.o
obj-$(CONFIG_DM_USB) += usb.o