patch-2.2.16 linux/fs/nls/Makefile
Next file: linux/fs/nls/nls_base.c
Previous file: linux/fs/nls/Config.in
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Wed Jun 7 14:26:43 2000
- Orig file:
v2.2.15/linux/fs/nls/Makefile
- Orig date:
Wed Aug 25 17:29:49 1999
diff -urN v2.2.15/linux/fs/nls/Makefile linux/fs/nls/Makefile
@@ -134,6 +134,38 @@
endif
endif
+ifeq ($(CONFIG_NLS_CODEPAGE_932),y)
+NLS += nls_cp932.o
+else
+ ifeq ($(CONFIG_NLS_CODEPAGE_932),m)
+ M_OBJS += nls_cp932.o
+ endif
+endif
+
+ifeq ($(CONFIG_NLS_CODEPAGE_936),y)
+NLS += nls_cp936.o
+else
+ ifeq ($(CONFIG_NLS_CODEPAGE_936),m)
+ M_OBJS += nls_cp936.o
+ endif
+endif
+
+ifeq ($(CONFIG_NLS_CODEPAGE_949),y)
+NLS += nls_cp949.o
+else
+ ifeq ($(CONFIG_NLS_CODEPAGE_949),m)
+ M_OBJS += nls_cp949.o
+ endif
+endif
+
+ifeq ($(CONFIG_NLS_CODEPAGE_950),y)
+NLS += nls_cp950.o
+else
+ ifeq ($(CONFIG_NLS_CODEPAGE_950),m)
+ M_OBJS += nls_cp950.o
+ endif
+endif
+
ifeq ($(CONFIG_NLS_CODEPAGE_1250),y)
NLS += nls_cp1250.o
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)