Makefile: add isohybrid as an IOBJECT
authorH. Peter Anvin <hpa@zytor.com>
Tue, 9 Sep 2008 00:16:03 +0000 (17:16 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 9 Sep 2008 00:16:03 +0000 (17:16 -0700)
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Makefile

index 6889e9e..ffbc48f 100644 (file)
--- 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