From: H. Peter Anvin Date: Tue, 9 Sep 2008 00:16:03 +0000 (-0700) Subject: Makefile: add isohybrid as an IOBJECT X-Git-Tag: syslinux-3.72-pre5~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46ba1f1383bf6dda8e8461a6a4704066ebce57d7;p=platform%2Fupstream%2Fsyslinux.git Makefile: add isohybrid as an IOBJECT Signed-off-by: H. Peter Anvin --- diff --git a/Makefile b/Makefile index 6889e9e..ffbc48f 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