diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-05 16:09:50 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-05 16:09:50 -0700 |
commit | a392e545be782be90ff8df5eaaff12e879fe6fa1 (patch) | |
tree | be6351562bfff649b09532110dfd6f4158f8e5bd /Makefile | |
parent | 137d0a76204e69eaf5fa6921e6b3599b32a4b4cf (diff) | |
download | syslinux-elf-a392e545be782be90ff8df5eaaff12e879fe6fa1.tar.gz syslinux-elf-a392e545be782be90ff8df5eaaff12e879fe6fa1.tar.xz syslinux-elf-a392e545be782be90ff8df5eaaff12e879fe6fa1.zip |
Add support for creating codepage/Unicode mapping tables
Add support for creating codepage/Unicode mapping tables; this is a
step toward VFAT long filename support.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ BOBJECTS = $(BTARGET) \ # BESUBDIRS and IESUBDIRS are "early", i.e. before the root; BSUBDIRS # and ISUBDIRS are "late", after the root. BESUBDIRS = -BSUBDIRS = core memdisk mbr memdump gpxe dos win32 +BSUBDIRS = codepage core memdisk mbr memdump gpxe dos win32 ITARGET = IOBJECTS = $(ITARGET) dos/copybs.com utils/gethostip utils/mkdiskimage \ mtools/syslinux linux/syslinux extlinux/extlinux |