Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
b198c2ea0d3f0c58bd2c975877edc2c8900e4883
/
.
/
arch
/
arm
/
cpu
/
arm926ejs
/
sunxi
/
config.mk
blob: 76ffec9df6aa87f5625daabfc67aa9ba7d848726 [
file
] [
log
] [
blame
]
Icenowy Zheng
b198c2e
2022-01-29 10:23:02 -0500
[
diff
] [
blame^
]
1
# Build a combined spl + u-boot image
2
ifdef CONFIG_SPL
3
ifndef CONFIG_SPL_BUILD
4
ALL
-
y
+=
u
-
boot
-
sunxi
-
with
-
spl
.
bin
5
endif
6
endif