]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - test/dm/Makefile
test: Add a test for regmap
[karo-tx-uboot.git] / test / dm / Makefile
index 99cd21fd063c00bf30a568c1dff9b83520b9c7c0..eda964318593918930fd8a90dd7d31875455e470 100644 (file)
@@ -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