summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2010-04-25 03:54:12 +0200
committerMichael Brown2010-04-25 03:54:12 +0200
commitd8c1f2e94f5b072fb5de557bc796ba35f86db6d6 (patch)
treebe27ca416a56916c56e4235e3a7f71592a129715 /src/Makefile
parent[main] Match "starting execution" and "initialising devices" message style (diff)
downloadipxe-d8c1f2e94f5b072fb5de557bc796ba35f86db6d6.tar.gz
ipxe-d8c1f2e94f5b072fb5de557bc796ba35f86db6d6.tar.xz
ipxe-d8c1f2e94f5b072fb5de557bc796ba35f86db6d6.zip
[build] Replace obsolete makerom.pl with quick script using Option::ROM
The only remaining useful function of makerom.pl is to correct the ROM and PnP checksums; the PCI IDs are set at link time, and padding is performed using padimg.pl. Option::ROM already provides a facility for correcting the checksums, so we may as well just use this instead. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index d7c915d6..8247ec24 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -32,7 +32,7 @@ OBJCOPY := $(CROSS_COMPILE)objcopy
NM := $(CROSS_COMPILE)nm
OBJDUMP := $(CROSS_COMPILE)objdump
PARSEROM := $(PERL) ./util/parserom.pl
-MAKEROM := $(PERL) ./util/makerom.pl
+FIXROM := $(PERL) ./util/fixrom.pl
SYMCHECK := $(PERL) ./util/symcheck.pl
SORTOBJDUMP := $(PERL) ./util/sortobjdump.pl
PADIMG := $(PERL) ./util/padimg.pl