aboutsummaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
authorLiu Aleaxander <Aleaxander@gmail.com>2009-08-06 15:17:48 +0800
committerLiu Aleaxander <Aleaxander@gmail.com>2009-08-06 15:17:48 +0800
commit184bc83718963636297d230d8f3846d025942a72 (patch)
treeb22946ccb10835aed872d44e7080b08421a7c010 /core/Makefile
parentc401b53dd8e60a4dd4e913fb472af223cb5d6c48 (diff)
downloadsyslinux-184bc83718963636297d230d8f3846d025942a72.tar.gz
Core:PXELINUX: try to merge pxelinux
the others Syslinux derivative disabled for now
Diffstat (limited to 'core/Makefile')
-rw-r--r--core/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Makefile b/core/Makefile
index 1cb11706..b690ef32 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -32,10 +32,10 @@ INCLUDES = -I./include -I$(com32)/include
CODEPAGE = cp865
# The targets to build in this directory...
-BTARGET = kwdhash.gen \
- extlinux.bin extlinux.bss extlinux.sys \
+BTARGET = kwdhash.gen pxelinux.0
+ #extlinux.bin extlinux.bss extlinux.sys \
ldlinux.bss ldlinux.sys ldlinux.bin \
- isolinux.bin isolinux-debug.bin
+ pxelinux.0 isolinux.bin isolinux-debug.bin
# All primary source files for the main syslinux files
NASMSRC := $(wildcard *.asm)