diff options
author | Michael Brown <mcb30@etherboot.org> | 2008-10-08 00:37:40 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2008-10-08 02:17:32 +0100 |
commit | e817a347fb785f6fa8d2242604d6b6e7eff847be (patch) | |
tree | 2145fc502cf48755565702f09c9ea771d21aad5a /src/Makefile | |
parent | a2588547f913d5928f61ac30fd531a407925b4b5 (diff) | |
download | ipxe-e817a347fb785f6fa8d2242604d6b6e7eff847be.tar.gz |
[makefile] Split config.h out into config/*.h and kill off mkconfig.pl
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 833d2631f..89f435770 100644 --- a/src/Makefile +++ b/src/Makefile @@ -33,7 +33,6 @@ NM := $(CROSS_COMPILE)nm OBJDUMP := $(CROSS_COMPILE)objdump PARSEROM := $(PERL) ./util/parserom.pl MAKEROM := $(PERL) ./util/makerom.pl -MKCONFIG := $(PERL) ./util/mkconfig.pl SYMCHECK := $(PERL) ./util/symcheck.pl SORTOBJDUMP := $(PERL) ./util/sortobjdump.pl NRV2B := ./util/nrv2b |