]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/spi/Makefile
dm: sandbox: Add a SPI emulation uclass
[karo-tx-uboot.git] / drivers / spi / Makefile
index d1f1dd066600628887ed4ff22acde684a6d59c99..a1de0288de208985d16c087fd8422bd20d4b0796 100644 (file)
@@ -8,6 +8,7 @@
 # There are many options which enable SPI, so make this library available
 ifdef CONFIG_DM_SPI
 obj-y += spi-uclass.o
+obj-$(CONFIG_SANDBOX) += spi-emul-uclass.o
 else
 obj-y += spi.o
 endif