summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-04-13 10:36:36 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-04-13 10:36:36 -0700
commita209da78bf38d57788aa8dae762b29d06affa58c (patch)
treec2afb78f91d54664f44f589665e6997e6e23f492 /Makefile
parenta70ce33ffb90eff0453b1889537d725130e62236 (diff)
downloadsyslinux-a209da78bf38d57788aa8dae762b29d06affa58c.tar.gz
Makefile: add missing MBR variants to BOBJECTS
Add missing variants to BOBJECTS.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4520c35a..5628917c 100644
--- 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)