summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorJoakim Tjernlund <Joakim.Tjernlund@transmode.se>2011-01-17 23:39:26 +0100
committerWolfgang Denk <wd@denx.de>2011-03-21 22:56:56 +0100
commit5e987ddf855b959f1f112da49082e3c4235cef59 (patch)
tree29bc3e1a28c3f88a45ff40402cbe697bf04c831b /config.mk
parent8d8fd5b69614d84aa39bf4a624eda9c76d154837 (diff)
downloadblackbird-obmc-uboot-5e987ddf855b959f1f112da49082e3c4235cef59.tar.gz
blackbird-obmc-uboot-5e987ddf855b959f1f112da49082e3c4235cef59.zip
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.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 5147c3568b..401dc2ea5e 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.
OpenPOWER on IntegriCloud