OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER =
+GROUP = System/Boot
CORE = yes
EXTRA = no
DEBUG = no
+BUILD_DEPS =
+DEPS =
+
+URL = http://syslinux.zytor.com/
+LICENSE = GPLv2+
+SHORT_DESC = Simple kernel loader which boots from a FAT filesystem.
+
+define LONG_DESC
+ SYSLINUX is a suite of bootloaders, currently supporting DOS FAT \
+ filesystems, Linux ext2/ext3 filesystems (EXTLINUX), PXE network boots \
+ (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX). It also includes a tool, \
+ MEMDISK, which loads legacy operating systems from these media.
+endef
CFLAGS = -Werror -Wno-unused -finline-limit=2000