diff options
author | Joakim Tjernlund <Joakim.Tjernlund@transmode.se> | 2011-01-17 23:39:26 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-03-21 22:56:56 +0100 |
commit | 5e987ddf855b959f1f112da49082e3c4235cef59 (patch) | |
tree | 29bc3e1a28c3f88a45ff40402cbe697bf04c831b /config.mk | |
parent | 8d8fd5b69614d84aa39bf4a624eda9c76d154837 (diff) | |
download | u-boot-5e987ddf855b959f1f112da49082e3c4235cef59.tar.gz |
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>
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 1 |
1 files changed, 1 insertions, 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. |