mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-12 20:18:56 +01:00
Top config.mk: add include/config.mk
Seems to me that the top level config.mk should include the auto generated include/config.mk so that all Makefile's pickup those definitions. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
This commit is contained in:
parent
8d8fd5b696
commit
5e987ddf85
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ RANLIB = $(CROSS_COMPILE)RANLIB
|
|||
|
||||
# Load generated board configuration
|
||||
sinclude $(OBJTREE)/include/autoconf.mk
|
||||
sinclude $(OBJTREE)/include/config.mk
|
||||
|
||||
# Some architecture config.mk files need to know what CPUDIR is set to,
|
||||
# so calculate CPUDIR before including ARCH/SOC/CPU config.mk files.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue