]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Top config.mk: add include/config.mk
authorJoakim Tjernlund <Joakim.Tjernlund@transmode.se>
Mon, 17 Jan 2011 22:39:26 +0000 (23:39 +0100)
committerWolfgang Denk <wd@denx.de>
Mon, 21 Mar 2011 21:56:56 +0000 (22:56 +0100)
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>
config.mk

index 5147c3568b83fc879c2f5fb92e0cacc68c0e9624..401dc2ea5e2780624210ea0c7c9c2c7a324a0e9e 100644 (file)
--- 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.