fs/nls/Makefile
Source file repositories/reference/linux-study-clean/fs/nls/Makefile
File Facts
- System
- Linux kernel
- Corpus path
fs/nls/Makefile- Extension
[no extension]- Size
- 2468 bytes
- Lines
- 58
- Domain
- Core OS
- Bucket
- VFS And Filesystem Core
- Inferred role
- Core OS: build/configuration rule
- Status
- atlas-only
Why This File Exists
Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.
- Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
# SPDX-License-Identifier: GPL-2.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
obj-$(CONFIG_NLS_MAC_CELTIC) += mac-celtic.o
obj-$(CONFIG_NLS_MAC_CENTEURO) += mac-centeuro.o
obj-$(CONFIG_NLS_MAC_CROATIAN) += mac-croatian.o
obj-$(CONFIG_NLS_MAC_CYRILLIC) += mac-cyrillic.o
obj-$(CONFIG_NLS_MAC_GAELIC) += mac-gaelic.o
obj-$(CONFIG_NLS_MAC_GREEK) += mac-greek.o
obj-$(CONFIG_NLS_MAC_ICELAND) += mac-iceland.o
obj-$(CONFIG_NLS_MAC_INUIT) += mac-inuit.o
obj-$(CONFIG_NLS_MAC_ROMANIAN) += mac-romanian.o
obj-$(CONFIG_NLS_MAC_ROMAN) += mac-roman.o
obj-$(CONFIG_NLS_MAC_TURKISH) += mac-turkish.o
obj-$(CONFIG_NLS_UCS2_UTILS) += nls_ucs2_utils.o
Annotation
- Atlas domain: Core OS / VFS And Filesystem Core.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.