diff options
author | Srikant Patnaik | 2015-01-11 12:28:04 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-01-11 12:28:04 +0530 |
commit | 871480933a1c28f8a9fed4c4d34d06c439a7a422 (patch) | |
tree | 8718f573808810c2a1e8cb8fb6ac469093ca2784 /ANDROID_3.4.5/fs/nls/Makefile | |
parent | 9d40ac5867b9aefe0722bc1f110b965ff294d30d (diff) | |
download | FOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.tar.gz FOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.tar.bz2 FOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.zip |
Moved, renamed, and deleted files
The original directory structure was scattered and unorganized.
Changes are basically to make it look like kernel structure.
Diffstat (limited to 'ANDROID_3.4.5/fs/nls/Makefile')
-rw-r--r-- | ANDROID_3.4.5/fs/nls/Makefile | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/ANDROID_3.4.5/fs/nls/Makefile b/ANDROID_3.4.5/fs/nls/Makefile deleted file mode 100644 index f499dd7c..00000000 --- a/ANDROID_3.4.5/fs/nls/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# -# Makefile for native language support -# - -obj-$(CONFIG_NLS) += nls_base.o - -obj-$(CONFIG_NLS_CODEPAGE_437) += nls_cp437.o -obj-$(CONFIG_NLS_CODEPAGE_737) += nls_cp737.o -obj-$(CONFIG_NLS_CODEPAGE_775) += nls_cp775.o -obj-$(CONFIG_NLS_CODEPAGE_850) += nls_cp850.o -obj-$(CONFIG_NLS_CODEPAGE_852) += nls_cp852.o -obj-$(CONFIG_NLS_CODEPAGE_855) += nls_cp855.o -obj-$(CONFIG_NLS_CODEPAGE_857) += nls_cp857.o -obj-$(CONFIG_NLS_CODEPAGE_860) += nls_cp860.o -obj-$(CONFIG_NLS_CODEPAGE_861) += nls_cp861.o -obj-$(CONFIG_NLS_CODEPAGE_862) += nls_cp862.o -obj-$(CONFIG_NLS_CODEPAGE_863) += nls_cp863.o -obj-$(CONFIG_NLS_CODEPAGE_864) += nls_cp864.o -obj-$(CONFIG_NLS_CODEPAGE_865) += nls_cp865.o -obj-$(CONFIG_NLS_CODEPAGE_866) += nls_cp866.o -obj-$(CONFIG_NLS_CODEPAGE_869) += nls_cp869.o -obj-$(CONFIG_NLS_CODEPAGE_874) += nls_cp874.o -obj-$(CONFIG_NLS_CODEPAGE_932) += nls_cp932.o nls_euc-jp.o -obj-$(CONFIG_NLS_CODEPAGE_936) += nls_cp936.o -obj-$(CONFIG_NLS_CODEPAGE_949) += nls_cp949.o -obj-$(CONFIG_NLS_CODEPAGE_950) += nls_cp950.o -obj-$(CONFIG_NLS_CODEPAGE_1250) += nls_cp1250.o -obj-$(CONFIG_NLS_CODEPAGE_1251) += nls_cp1251.o -obj-$(CONFIG_NLS_ASCII) += nls_ascii.o -obj-$(CONFIG_NLS_ISO8859_1) += nls_iso8859-1.o -obj-$(CONFIG_NLS_ISO8859_2) += nls_iso8859-2.o -obj-$(CONFIG_NLS_ISO8859_3) += nls_iso8859-3.o -obj-$(CONFIG_NLS_ISO8859_4) += nls_iso8859-4.o -obj-$(CONFIG_NLS_ISO8859_5) += nls_iso8859-5.o -obj-$(CONFIG_NLS_ISO8859_6) += nls_iso8859-6.o -obj-$(CONFIG_NLS_ISO8859_7) += nls_iso8859-7.o -obj-$(CONFIG_NLS_ISO8859_8) += nls_cp1255.o -obj-$(CONFIG_NLS_ISO8859_9) += nls_iso8859-9.o -obj-$(CONFIG_NLS_ISO8859_13) += nls_iso8859-13.o -obj-$(CONFIG_NLS_ISO8859_14) += nls_iso8859-14.o -obj-$(CONFIG_NLS_ISO8859_15) += nls_iso8859-15.o -obj-$(CONFIG_NLS_KOI8_R) += nls_koi8-r.o -obj-$(CONFIG_NLS_KOI8_U) += nls_koi8-u.o nls_koi8-ru.o -obj-$(CONFIG_NLS_UTF8) += nls_utf8.o |