diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-30 12:16:08 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-30 12:26:13 -0700 |
commit | 25450dc59ce0ad1d363edced1beb13c6042a68b7 (patch) | |
tree | d49152dc20361b2a6dbdf1bdd27ea0be06986a6a /src/Makefile | |
parent | 1152b78ec12f1ca3e56f09a1457c7fe9a6304db7 (diff) | |
download | ipxe-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/Makefile | 5 |
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. # |