Skip to content

Commit

Permalink
fs/nls/Makefile: remove bogus CONFIG_ assignments
Browse files Browse the repository at this point in the history
These were debug things which snuck through.

Reported-by: Yinghai Lu <[email protected]>
Cc: Vladimir Serbinenko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
akpm00 authored and torvalds committed Jun 2, 2012
1 parent 0a4dd35 commit 92a8956
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions fs/nls/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92a8956

Please sign in to comment.