summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-09-08 17:16:03 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-09-08 17:16:03 -0700
commit46ba1f1383bf6dda8e8461a6a4704066ebce57d7 (patch)
tree2a5992f9d35349d53b200c14c4162483b88892ed /Makefile
parent9d709522b8b2a0f0b66ba603e654a6b51065a798 (diff)
downloadsyslinux-46ba1f1383bf6dda8e8461a6a4704066ebce57d7.tar.gz
Makefile: add isohybrid as an IOBJECT
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6889e9ef..ffbc48f1 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,8 @@ BOBJECTS = $(BTARGET) \
BSUBDIRS = codepage core memdisk modules com32 mbr memdump gpxe sample \
libinstaller dos win32
ITARGET =
-IOBJECTS = $(ITARGET) dos/copybs.com utils/gethostip utils/mkdiskimage \
+IOBJECTS = $(ITARGET) dos/copybs.com \
+ utils/gethostip utils/isohybrid utils/mkdiskimage \
mtools/syslinux linux/syslinux extlinux/extlinux
ISUBDIRS = libinstaller mtools linux extlinux utils