http://git.etherboot.org
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[build] Replace obsolete makerom.pl with quick script using Option::ROM
[gpxe.git]
/
src
/
arch
/
i386
/
Makefile.pcbios
diff --git
a/src/arch/i386/Makefile.pcbios
b/src/arch/i386/Makefile.pcbios
index
e3c3387
..
1004205
100644
(file)
--- a/
src/arch/i386/Makefile.pcbios
+++ b/
src/arch/i386/Makefile.pcbios
@@
-26,6
+26,10
@@
PAD_rom = $(PADIMG) --blksize=512 --byte=0xff $@
PAD_dsk = $(PADIMG) --blksize=512 $@
PAD_hd = $(PADIMG) --blksize=32768 $@
PAD_dsk = $(PADIMG) --blksize=512 $@
PAD_hd = $(PADIMG) --blksize=32768 $@
+# Finalisation rules
+#
+FINALISE_rom = $(FIXROM) $@
+
# rule to make a non-emulation ISO boot image
NON_AUTO_MEDIA += iso
%iso: %lkrn util/geniso
# rule to make a non-emulation ISO boot image
NON_AUTO_MEDIA += iso
%iso: %lkrn util/geniso