patch-2.3.15 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: 15
- Date:
Mon Aug 23 10:16:34 1999
- Orig file:
v2.3.14/linux/fs/nls/Makefile
- Orig date:
Fri Dec 18 08:09:51 1998
diff -u --recursive --new-file v2.3.14/linux/fs/nls/Makefile linux/fs/nls/Makefile
@@ -286,6 +286,14 @@
endif
endif
+ifeq ($(CONFIG_NLS_ISO8859_14),y)
+NLS += nls_iso8859-14.o
+else
+ ifeq ($(CONFIG_NLS_ISO8859_14),m)
+ M_OBJS += nls_iso8859-14.o
+ endif
+endif
+
ifeq ($(CONFIG_NLS_ISO8859_15),y)
NLS += nls_iso8859-15.o
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)