提交 d688bd72 编写于 作者: S Simon Glass 提交者: Bin Meng

spl: Makefile: Define SPL_ earlier

This Makefile variable can be used in the architecture's main Makefile but
at present it is not set up until later. Set it just before this Makefile is
included.
Signed-off-by: NSimon Glass <sjg@chromium.org>
Reviewed-by: NBin Meng <bmeng.cn@gmail.com>
上级 a7044900
......@@ -35,6 +35,12 @@ else
SPL_BIN := u-boot-spl
endif
ifdef CONFIG_SPL_BUILD
SPL_ := SPL_
else
SPL_ :=
endif
include $(srctree)/config.mk
include $(srctree)/arch/$(ARCH)/Makefile
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册