patch-2.0.37 linux/fs/Makefile
Next file: linux/fs/autofs/root.c
Previous file: linux/fs/Config.in
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Sun Jun 13 10:21:03 1999
- Orig file:
v2.0.36/linux/fs/Makefile
- Orig date:
Mon Jul 13 13:46:37 1998
diff -u --recursive --new-file v2.0.36/linux/fs/Makefile linux/fs/Makefile
@@ -481,6 +481,14 @@
endif
endif
+ifeq ($(CONFIG_NLS_ISO8859_15),y)
+NLS += nls_iso8859_15.o
+else
+ ifeq ($(CONFIG_NLS_ISO8859_15),m)
+ M_OBJS += nls_iso8859_15.o
+ endif
+endif
+
ifeq ($(CONFIG_NLS_KOI8_R),y)
NLS += nls_koi8_r.o
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov