summaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r--test/dm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile
index a0cc2c6..c7087bb 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -25,4 +25,6 @@ obj-$(CONFIG_DM_RTC) += rtc.o
obj-$(CONFIG_DM_SPI_FLASH) += sf.o
obj-$(CONFIG_DM_SPI) += spi.o
obj-$(CONFIG_DM_USB) += usb.o
+obj-$(CONFIG_DM_PMIC) += pmic.o
+obj-$(CONFIG_DM_REGULATOR) += regulator.o
endif