Seems to 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.tjernl...@transmode.se> --- config.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/config.mk b/config.mk index bcda776..c7534fb 100644 --- a/config.mk +++ b/config.mk @@ -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. -- 1.7.3.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot