summaryrefslogtreecommitdiffstats
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-06 12:54:39 -0600
committerSimon Glass <sjg@chromium.org>2015-07-21 17:39:33 -0600
commit86075bab27b44bfa3748daa5fec137ec534dab99 (patch)
treefce94eaf61b7754a7a3111f5fd102141e5da2051 /test/dm/Makefile
parent9f4629be8a9a06211e392ff0eccbff76603488b2 (diff)
downloadtalos-obmc-uboot-86075bab27b44bfa3748daa5fec137ec534dab99.tar.gz
talos-obmc-uboot-86075bab27b44bfa3748daa5fec137ec534dab99.zip
test: Add a test for regmap
We use syscon to test that the regmap functions work as expected. Signed-off-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 99cd21fd06..eda9643185 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -23,6 +23,7 @@ obj-$(CONFIG_LED) += led.o
obj-$(CONFIG_DM_MMC) += mmc.o
obj-$(CONFIG_DM_PCI) += pci.o
obj-$(CONFIG_RAM) += ram.o
+obj-y += regmap.o
obj-$(CONFIG_RESET) += reset.o
obj-$(CONFIG_DM_RTC) += rtc.o
obj-$(CONFIG_DM_SPI_FLASH) += sf.o
OpenPOWER on IntegriCloud