aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2008-10-08 00:37:40 +0100
committerMichael Brown <mcb30@etherboot.org>2008-10-08 02:17:32 +0100
commite817a347fb785f6fa8d2242604d6b6e7eff847be (patch)
tree2145fc502cf48755565702f09c9ea771d21aad5a /src/Makefile.housekeeping
parenta2588547f913d5928f61ac30fd531a407925b4b5 (diff)
downloadipxe-e817a347fb785f6fa8d2242604d6b6e7eff847be.zip
ipxe-e817a347fb785f6fa8d2242604d6b6e7eff847be.tar.gz
ipxe-e817a347fb785f6fa8d2242604d6b6e7eff847be.tar.bz2
[makefile] Split config.h out into config/*.h and kill off mkconfig.pl
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index a4ccee1..0a41ae9 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -234,14 +234,6 @@ 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
# SRCDIRS lists all directories containing source files.