From a392e545be782be90ff8df5eaaff12e879fe6fa1 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 5 Jun 2008 16:09:50 -0700 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e4364893..fa49c2c6 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3