commit | 27e1c72824a57b4eb187f3c38fc5b41c2c4e7ad5 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Jul 21 22:59:36 2009 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Thu Jul 23 21:44:07 2009 +0200 |
tree | d76fc488e3cfb1e9ad6751d433ff12710805af55 | |
parent | e68fdc3d714f795bd30eb058fc6788ba87b26ee2 [diff] |
autoconf.mk: include before config.mk for top level files By including autoconf.mk before config.mk, all top level files can use any config options it sets up (like <arch>_config.mk) or the Makefile itself without being forced to use lazy evaluation.