mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
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>
This commit is contained in:
parent
0a4dd35c67
commit
92a8956364
@ -2,18 +2,6 @@
|
||||
# Makefile for native language support
|
||||
#
|
||||
|
||||
CONFIG_NLS_MACCELTIC=m
|
||||
CONFIG_NLS_MACCENTEURO=m
|
||||
CONFIG_NLS_MACCROATIAN=m
|
||||
CONFIG_NLS_MACCYRILLIC=m
|
||||
CONFIG_NLS_MACGAELIC=m
|
||||
CONFIG_NLS_MACGREEK=m
|
||||
CONFIG_NLS_MACICELAND=m
|
||||
CONFIG_NLS_MACINUIT=m
|
||||
CONFIG_NLS_MACROMANIAN=m
|
||||
CONFIG_NLS_MACROMAN=m
|
||||
CONFIG_NLS_MACTURKISH=m
|
||||
|
||||
obj-$(CONFIG_NLS) += nls_base.o
|
||||
|
||||
obj-$(CONFIG_NLS_CODEPAGE_437) += nls_cp437.o
|
||||
|
Loading…
Reference in New Issue
Block a user