drivers: Makefile: build block drivers if enable CONFIG_SPL_MTD_SUPPORT

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: Ida49ab768f6fd5e94736b850d06f6af04267c384
This commit is contained in:
Jason Zhu 2020-04-08 20:49:39 +08:00 committed by Jianhong Chen
parent 5c6a522a4d
commit 413b349a06
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ obj-$(CONFIG_OMAP_USB_PHY) += usb/phy/
obj-$(CONFIG_SPL_SATA_SUPPORT) += ata/ scsi/
obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += block/
obj-$(CONFIG_SPL_MMC_SUPPORT) += block/
obj-$(CONFIG_SPL_MTD_SUPPORT) += block/
obj-$(CONFIG_SPL_FPGA_SUPPORT) += fpga/
endif