diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-05-14 18:14:20 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-14 18:14:20 -0700 |
commit | b7db080653f3443bfd146e682288a6ea9d0d3705 (patch) | |
tree | f5e653878d49ff61cec1d5b8ba4ce307f1aecf45 /Makefile | |
parent | 183c9f12567de944f20ae58b4f7651d448ab6014 (diff) | |
download | syslinux-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |