]> git.sur5r.net Git - u-boot/commitdiff
fix: missing autoconfig.mk from general Makefile
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 23 May 2009 19:42:36 +0000 (21:42 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 17 Jul 2009 19:17:23 +0000 (21:17 +0200)
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>
Makefile

index 090e64522b456efa9c04ad132e1b27e71746968a..9e6346fa3553b82d07a98dc73a7886b611449692 100644 (file)
--- 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