summaryrefslogtreecommitdiffstats
path: root/fs/nls/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
commitd6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch)
treee2be02f33984c48ec019c654051d27964e42c441 /fs/nls/Makefile
parent609d1e803baf519487233b765eb487f9ec227a18 (diff)
Merge with 2.3.19.
Diffstat (limited to 'fs/nls/Makefile')
-rw-r--r--fs/nls/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/nls/Makefile b/fs/nls/Makefile
index 879fef8ff..3d7688f0d 100644
--- a/fs/nls/Makefile
+++ b/fs/nls/Makefile
@@ -286,6 +286,14 @@ else
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