Makefile: add missing MBR variants to BOBJECTS
authorH. Peter Anvin <hpa@zytor.com>
Mon, 13 Apr 2009 17:36:36 +0000 (10:36 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 13 Apr 2009 17:36:36 +0000 (10:36 -0700)
Add missing variants to BOBJECTS.

Makefile

index 4520c35..5628917 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,9 @@ MODULES = memdisk/memdisk memdump/memdump.com modules/*.com \
 # mingw suite installed
 BTARGET  = version.gen version.h version.mk
 BOBJECTS = $(BTARGET) \
-       mbr/mbr.bin mbr/gptmbr.bin \
+       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 \
        core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \
        gpxe/gpxelinux.0 dos/syslinux.com win32/syslinux.exe \
        $(MODULES)