aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2010-04-25 02:54:12 +0100
committerMichael Brown <mcb30@ipxe.org>2010-04-25 02:54:12 +0100
commitd8c1f2e94f5b072fb5de557bc796ba35f86db6d6 (patch)
treebe27ca416a56916c56e4235e3a7f71592a129715 /src/Makefile
parentb7c548a944753faf14eb1b6ee761c6c0cd6e768c (diff)
downloadipxe-d8c1f2e94f5b072fb5de557bc796ba35f86db6d6.zip
ipxe-d8c1f2e94f5b072fb5de557bc796ba35f86db6d6.tar.gz
ipxe-d8c1f2e94f5b072fb5de557bc796ba35f86db6d6.tar.bz2
[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 d7c915d..8247ec2 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