[makefile] Split config.h out into config/*.h and kill off mkconfig.pl

This commit is contained in:
Michael Brown
2008-10-08 00:37:40 +01:00
parent a2588547f9
commit e817a347fb
7 changed files with 57 additions and 293 deletions

View File

@@ -232,14 +232,6 @@ ifdef ARCH
include arch/$(ARCH)/Makefile
endif
###############################################################################
#
# config/%.h files are generated from config.h using mkconfig.pl
#
config/%.h : config*.h
$(MKCONFIG) config.h
CLEANUP += config/*.h
###############################################################################
#
# Source file handling