mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
9 lines
154 B
Makefile
9 lines
154 B
Makefile
|
# Build a combined spl + u-boot image
|
||
|
ifdef CONFIG_SPL
|
||
|
ifndef CONFIG_SPL_BUILD
|
||
|
ifndef CONFIG_SPL_FEL
|
||
|
ALL-y += u-boot-sunxi-with-spl.bin
|
||
|
endif
|
||
|
endif
|
||
|
endif
|