summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-05-23 21:42:36 +0200
committerWolfgang Denk <wd@denx.de>2009-07-17 21:17:23 +0200
commit3db75d9c11d37cc1d28bebd91b19f4e548b68155 (patch)
tree4606ace6c7aa4a8cbcb7cbd5d69b0e4b79a85c37 /Makefile
parentbfadb17f69c256196620c32164775f063a59c34f (diff)
downloadblackbird-obmc-uboot-3db75d9c11d37cc1d28bebd91b19f4e548b68155.tar.gz
blackbird-obmc-uboot-3db75d9c11d37cc1d28bebd91b19f4e548b68155.zip
fix: missing autoconfig.mk from general Makefile
At the first run of make we generate the autoconf.mk and autoconf.mk.dep if not already the case and we currently include only to .dep In order to use these autogenerated values we need to include it also even if it's included in config.mk but it's done before their generation Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 090e64522b..9e6346fa35 100644
--- a/Makefile
+++ b/Makefile
@@ -483,6 +483,7 @@ $(obj)include/autoconf.mk: $(obj)include/config.h
mv $@.tmp $@
sinclude $(obj)include/autoconf.mk.dep
+sinclude $(obj)include/autoconf.mk
#########################################################################
else # !config.mk
OpenPOWER on IntegriCloud