]> git.ipfire.org Git - people/ms/u-boot.git/commit
[BUILD] Generate include/autoconf.mk from board config files
authorGrant Likely <grant.likely@secretlab.ca>
Mon, 24 Sep 2007 15:05:31 +0000 (09:05 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 21 Nov 2007 05:33:38 +0000 (22:33 -0700)
commit2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
tree872745bafb23aa357e7abbdfed81d17c0250ca85
parentf92edbd8a0ef16a2b9127cbb564c09685728e4b0
[BUILD] Generate include/autoconf.mk from board config files

Use cpp and sed to postprocess config.h and import the defined values
into include/autoconf.mk.  autoconf.mk is then included by config.mk to
give 'make' access to the board configuration.

Doing this enables conditional compilation at the Makefile level instead
of by wrapping every .c file with #ifdef/#endif wrappers.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Makefile
config.mk
tools/scripts/define2mk.sed [new file with mode: 0644]