patch-2.2.19 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:
Sun Mar 25 11:37:38 2001
- Orig file:
v2.2.18/fs/nls/Makefile
- Orig date:
Sun Mar 25 11:12:33 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/fs/nls/Makefile linux/fs/nls/Makefile
@@ -342,6 +342,14 @@
endif
endif
+ifeq ($(CONFIG_NLS_KOI8_RU),y)
+NLS += nls_koi8-ru.o
+else
+ ifeq ($(CONFIG_NLS_KOI8_RU),m)
+ M_OBJS += nls_koi8-ru.o
+ endif
+endif
+
O_TARGET = nls.o
OX_OBJS = $(NLS)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)