diff options
| author | Tom Rini <[email protected]> | 2017-08-18 18:23:58 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-18 18:23:58 -0400 |
| commit | 804f1d9938ddbf65848bd9c8868005b8d083a8d1 (patch) | |
| tree | d3a34909ea733ffa20c503f60be9d2fd17b2f24b /common | |
| parent | 336aee50cf55d4d98ddf3a4412c18286e7f0a4c0 (diff) | |
| parent | 957b4ee3f3114663f120f5003d14e4fa366198fd (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'common')
| -rw-r--r-- | common/spl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/spl/Makefile b/common/spl/Makefile index 112b3e6022f..fde0d09a5a9 100644 --- a/common/spl/Makefile +++ b/common/spl/Makefile @@ -12,9 +12,9 @@ ifdef CONFIG_SPL_BUILD obj-$(CONFIG_SPL_FRAMEWORK) += spl.o obj-$(CONFIG_$(SPL_TPL_)BOOTROM_SUPPORT) += spl_bootrom.o obj-$(CONFIG_$(SPL_TPL_)LOAD_FIT) += spl_fit.o -obj-$(CONFIG_$(SPL_TPL_)SPL_NOR_SUPPORT) += spl_nor.o -obj-$(CONFIG_$(SPL_TPL_)SPL_XIP_SUPPORT) += spl_xip.o -obj-$(CONFIG_$(SPL_TPL_)SPL_YMODEM_SUPPORT) += spl_ymodem.o +obj-$(CONFIG_$(SPL_TPL_)NOR_SUPPORT) += spl_nor.o +obj-$(CONFIG_$(SPL_TPL_)XIP_SUPPORT) += spl_xip.o +obj-$(CONFIG_$(SPL_TPL_)YMODEM_SUPPORT) += spl_ymodem.o ifndef CONFIG_SPL_UBI obj-$(CONFIG_$(SPL_TPL_)NAND_SUPPORT) += spl_nand.o obj-$(CONFIG_$(SPL_TPL_)ONENAND_SUPPORT) += spl_onenand.o |
