drivers: Makefile: add block layer while enable rknand

Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: I8fc7b3d27e32d767da3597d3d5b7a6aa4a48ca40
This commit is contained in:
Yifeng Zhao 2020-12-31 14:36:34 +08:00
parent 791045ea0f
commit c7c3548ddf
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ obj-$(CONFIG_SPL_MMC_SUPPORT) += block/
obj-$(CONFIG_SPL_MTD_SUPPORT) += block/
obj-$(CONFIG_SPL_FPGA_SUPPORT) += fpga/
obj-$(CONFIG_SPL_RKNAND_SUPPORT) += rknand/
obj-$(CONFIG_SPL_RKNAND_SUPPORT) += block/
endif
endif