diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-09-08 17:16:03 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-09-08 17:16:03 -0700 |
commit | 46ba1f1383bf6dda8e8461a6a4704066ebce57d7 (patch) | |
tree | 2a5992f9d35349d53b200c14c4162483b88892ed | |
parent | 9d709522b8b2a0f0b66ba603e654a6b51065a798 (diff) | |
download | syslinux-46ba1f1383bf6dda8e8461a6a4704066ebce57d7.tar.gz |
Makefile: add isohybrid as an IOBJECT
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |