mbr: Install isohdpfx*.bin
authorH. Peter Anvin <hpa@zytor.com>
Wed, 16 Mar 2011 20:50:41 +0000 (13:50 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 16 Mar 2011 20:50:41 +0000 (13:50 -0700)
GNU xorriso can build isohybrid images in one step without the need
for the isohybrid program, but for that to work the isohdpfx*.bin
files need to be available.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Makefile

index da90cdc..93f4e84 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,9 +39,7 @@ MODULES = memdisk/memdisk memdump/memdump.com modules/*.com \
 # mingw suite installed
 BTARGET  = version.gen version.h version.mk
 BOBJECTS = $(BTARGET) \
-       mbr/mbr.bin mbr/altmbr.bin mbr/gptmbr.bin \
-       mbr/mbr_c.bin mbr/altmbr_c.bin mbr/gptmbr_c.bin \
-       mbr/mbr_f.bin mbr/altmbr_f.bin mbr/gptmbr_f.bin \
+       mbr/*.bin \
        core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \
        gpxe/gpxelinux.0 dos/syslinux.com \
        win32/syslinux.exe win64/syslinux64.exe \