diff options
| author | Ramon Fried <[email protected]> | 2018-07-02 02:58:00 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-07-19 17:03:28 -0400 |
| commit | 20e7705764c4e5ea924f1ea54bb36ebbbeffffe7 (patch) | |
| tree | 5e979a86cc5971832a10d81ea1303321d0333cc6 /test/dm/Makefile | |
| parent | 7fd7e2cf339ea2ec570f6dae1cdfaf8e066eb4af (diff) | |
test: smem: add basic smem test
Add basic smem sandbox testing.
Signed-off-by: Ramon Fried <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
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 5511a85700c..d2ed96c6153 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 |
