summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-14 18:14:20 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-14 18:14:20 -0700
commitb7db080653f3443bfd146e682288a6ea9d0d3705 (patch)
treef5e653878d49ff61cec1d5b8ba4ce307f1aecf45 /Makefile
parent183c9f12567de944f20ae58b4f7651d448ab6014 (diff)
downloadsyslinux-b7db080653f3443bfd146e682288a6ea9d0d3705.tar.gz
core: link with libcom32 and libgcc
Link libcom32 and libgcc into the core. That doesn't mean all the functionality of libcom32 is usable in the core!!! Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76abff51..36a0612b 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ BOBJECTS = $(BTARGET) \
# Note: libinstaller is both a BSUBDIR and an ISUBDIR. It contains
# files that depend only on the B phase, but may have to be regenerated
# for "make installer".
-BSUBDIRS = codepage core memdisk modules com32 mbr memdump gpxe sample \
+BSUBDIRS = codepage com32 core memdisk modules mbr memdump gpxe sample \
libinstaller dos win32
ITARGET =
IOBJECTS = $(ITARGET) dos/copybs.com \