]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - test/dm/Makefile
dm: test: Add a test for the ram uclass
[karo-tx-uboot.git] / test / dm / Makefile
index d28a22f01849cee0cd52c0d9345263cb18bfff39..f6a955cfafce1810e28e760d236bff05ac0d1074 100644 (file)
@@ -20,6 +20,7 @@ obj-$(CONFIG_DM_ETH) += eth.o
 obj-$(CONFIG_DM_GPIO) += gpio.o
 obj-$(CONFIG_DM_I2C) += i2c.o
 obj-$(CONFIG_DM_PCI) += pci.o
+obj-$(CONFIG_RAM) += ram.o
 obj-$(CONFIG_RESET) += reset.o
 obj-$(CONFIG_DM_RTC) += rtc.o
 obj-$(CONFIG_DM_SPI_FLASH) += sf.o