]> git.sur5r.net Git - u-boot/blobdiff - test/dm/Makefile
test: dm: eth: Add tests for the eth dm implementation
[u-boot] / test / dm / Makefile
index 5c2415e3d2a93b9307e27cbefa48d6dab9eb40c9..a2e2d2328e3c27136b6858ea58a7f5d9dfa3c42a 100644 (file)
@@ -17,5 +17,10 @@ obj-$(CONFIG_DM_TEST) += ut.o
 obj-$(CONFIG_DM_TEST) += core.o
 obj-$(CONFIG_DM_TEST) += ut.o
 ifneq ($(CONFIG_SANDBOX),)
+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_DM_SPI_FLASH) += sf.o
+obj-$(CONFIG_DM_SPI) += spi.o
 endif