]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - test/dm/Makefile
dm: spi: Add tests
[karo-tx-uboot.git] / test / dm / Makefile
index 5c2415e3d2a93b9307e27cbefa48d6dab9eb40c9..d1b9c9a48b9e11ca5f7f46ecc6a168206d1166f3 100644 (file)
@@ -18,4 +18,5 @@ obj-$(CONFIG_DM_TEST) += core.o
 obj-$(CONFIG_DM_TEST) += ut.o
 ifneq ($(CONFIG_SANDBOX),)
 obj-$(CONFIG_DM_GPIO) += gpio.o
+obj-$(CONFIG_DM_SPI) += spi.o
 endif