forked from OERV-BSP/u-boot
dm: spi: Add tests
These tests use SPI flash (and the sandbox emulation) to operate. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user