From: hpa Date: Sun, 8 Apr 2001 09:09:21 +0000 (+0000) Subject: Add isolinux.asm to the list of sources. X-Git-Tag: syslinux-3.11~883 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f8173f4c9789f0afeb85845e93e26269e566265;p=platform%2Fupstream%2Fsyslinux.git Add isolinux.asm to the list of sources. --- diff --git a/Makefile b/Makefile index fe949c2..5bafb9d 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,8 @@ VERSION = $(shell cat version) # want to recompile the installers (ITARGET). # SOURCES = ldlinux.asm syslinux.asm syslinux.c copybs.asm \ - pxelinux.asm pxe.inc mbr.asm gethostip.c + pxelinux.asm pxe.inc mbr.asm gethostip.c \ + isolinux.asm BTARGET = bootsect.bin ldlinux.sys ldlinux.bin ldlinux.lst \ pxelinux.0 mbr.bin isolinux.bin ITARGET = syslinux.com syslinux copybs.com gethostip