diff options
| author | Nishanth Menon <[email protected]> | 2015-09-17 15:42:42 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-10-22 14:18:40 -0400 |
| commit | bfaa2d99dc47b44f4e76bc029c2feb75634ca5c6 (patch) | |
| tree | 7ec449c7f591fc0b41b13ce703e6d3edbadfd361 /test/dm/Makefile | |
| parent | 5215940f599790466e90fbe744d9bf7e956bf2e2 (diff) | |
test: Add basic tests for remoteproc
Use the sandbox environment for the basic tests.
Reviewed-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Acked-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 eda96431859..7b3626cb329 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 |
