diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2012-06-01 17:57:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-06-01 22:47:26 -0400 |
commit | 92a8956364233c3b6f930aa00c852c558b70a91e (patch) | |
tree | 0e00e61cfc1a1374f2aeab449a37179020dcda43 /fs | |
parent | 0a4dd35c67b144d8ef9432120105f1aab9293ee9 (diff) |
fs/nls/Makefile: remove bogus CONFIG_ assignments
These were debug things which snuck through.
Reported-by: Yinghai Lu <yinghai@kernel.org>
Cc: Vladimir Serbinenko <phcoder@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nls/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/fs/nls/Makefile b/fs/nls/Makefile index b6b0550a7c80..5d74647c4462 100644 --- a/fs/nls/Makefile +++ b/fs/nls/Makefile | |||
@@ -2,18 +2,6 @@ | |||
2 | # Makefile for native language support | 2 | # Makefile for native language support |
3 | # | 3 | # |
4 | 4 | ||
5 | CONFIG_NLS_MACCELTIC=m | ||
6 | CONFIG_NLS_MACCENTEURO=m | ||
7 | CONFIG_NLS_MACCROATIAN=m | ||
8 | CONFIG_NLS_MACCYRILLIC=m | ||
9 | CONFIG_NLS_MACGAELIC=m | ||
10 | CONFIG_NLS_MACGREEK=m | ||
11 | CONFIG_NLS_MACICELAND=m | ||
12 | CONFIG_NLS_MACINUIT=m | ||
13 | CONFIG_NLS_MACROMANIAN=m | ||
14 | CONFIG_NLS_MACROMAN=m | ||
15 | CONFIG_NLS_MACTURKISH=m | ||
16 | |||
17 | obj-$(CONFIG_NLS) += nls_base.o | 5 | obj-$(CONFIG_NLS) += nls_base.o |
18 | 6 | ||
19 | obj-$(CONFIG_NLS_CODEPAGE_437) += nls_cp437.o | 7 | obj-$(CONFIG_NLS_CODEPAGE_437) += nls_cp437.o |