From: Joakim Tjernlund Date: Mon, 17 Jan 2011 22:39:26 +0000 (+0100) Subject: Top config.mk: add include/config.mk X-Git-Tag: v2011.03-rc2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e987ddf855b959f1f112da49082e3c4235cef59;p=pandora-u-boot.git 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 --- diff --git a/config.mk b/config.mk index 5147c3568b8..401dc2ea5e2 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.