Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
e5f40f1391891358b11f742ce3f5ff2a0c202cad
/
.
/
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