summaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2015-09-17 20:42:42 (GMT)
committerTom Rini <trini@konsulko.com>2015-10-22 18:18:40 (GMT)
commitbfaa2d99dc47b44f4e76bc029c2feb75634ca5c6 (patch)
tree7ec449c7f591fc0b41b13ce703e6d3edbadfd361 /test/dm/Makefile
parent5215940f599790466e90fbe744d9bf7e956bf2e2 (diff)
downloadu-boot-bfaa2d99dc47b44f4e76bc029c2feb75634ca5c6.tar.xz
test: Add basic tests for remoteproc
Use the sandbox environment for the basic tests. Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org> Signed-off-by: Nishanth Menon <nm@ti.com> Acked-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 eda9643..7b3626c 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -24,6 +24,7 @@ obj-$(CONFIG_DM_MMC) += mmc.o
obj-$(CONFIG_DM_PCI) += pci.o
obj-$(CONFIG_RAM) += ram.o
obj-y += regmap.o
+obj-$(CONFIG_REMOTEPROC) += remoteproc.o
obj-$(CONFIG_RESET) += reset.o
obj-$(CONFIG_DM_RTC) += rtc.o
obj-$(CONFIG_DM_SPI_FLASH) += sf.o