patch-2.1.132 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

diff -u --recursive --new-file v2.1.131/linux/fs/nls/Makefile linux/fs/nls/Makefile
@@ -286,6 +286,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