diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/dm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile index 8281779..82c0a0d 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile @@ -18,8 +18,8 @@ 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 -obj-$(CONFIG_DM_SPI_FLASH) += sf.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 |