aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-30 12:16:08 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-30 12:26:13 -0700
commit25450dc59ce0ad1d363edced1beb13c6042a68b7 (patch)
treed49152dc20361b2a6dbdf1bdd27ea0be06986a6a /src/Makefile
parent1152b78ec12f1ca3e56f09a1457c7fe9a6304db7 (diff)
downloadipxe-25450dc59ce0ad1d363edced1beb13c6042a68b7.tar.gz
[Config] remove src/Config
Remove src/Config as it has no more users, and conflicts with src/config on case-deficient filesystems. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile
index 26d9ee874..c30bf2b38 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -68,11 +68,6 @@ noargs : blib $(BIN)/NIC $(BIN)/gpxe.dsk $(BIN)/gpxe.iso $(BIN)/gpxe.usb $(BIN)/
@$(ECHO)
@$(ECHO) '==========================================================='
-# Grab the central Config file.
-#
-MAKEDEPS += Config
-include Config
-
# If no architecture is specified in Config or on the command-line,
# use that of the build machine.
#