mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 22:14:54 +00:00
test: dm: Reorder the objects to build
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d3b7ff14f4
commit
eb374221ec
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ obj-$(CONFIG_DM_TEST) += core.o
|
||||||
obj-$(CONFIG_DM_TEST) += ut.o
|
obj-$(CONFIG_DM_TEST) += ut.o
|
||||||
ifneq ($(CONFIG_SANDBOX),)
|
ifneq ($(CONFIG_SANDBOX),)
|
||||||
obj-$(CONFIG_DM_GPIO) += gpio.o
|
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_I2C) += i2c.o
|
||||||
obj-$(CONFIG_DM_PCI) += pci.o
|
obj-$(CONFIG_DM_PCI) += pci.o
|
||||||
|
obj-$(CONFIG_DM_SPI_FLASH) += sf.o
|
||||||
|
obj-$(CONFIG_DM_SPI) += spi.o
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue