← Documents Documentation/kbuild/index.rst GitHub 원문 ↗

Linux 6.18.37 · Kbuild

Kernel Build System

Kconfig, Makefile, module, compiler, header와 재현 가능한 build 문서를 연결하는 Kbuild 목차입니다.

Source pathDocumentation/kbuild/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

index.rst:1-33

Kernel Build System 문서군의 진입점으로 language reference, build rule, module, header export, compiler toolchain과 workflow 문서를 연결합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ===================
4 Kernel Build System
5 ===================
6
7 .. toctree::
8 :maxdepth: 1
9
10 kconfig-language
11 kconfig-macro-language
12
13 kbuild
14 kconfig
15 makefiles
16 modules
17
18 headers_install
19
20 issues
21 reproducible-builds
22 gcc-plugins
23 llvm
24 gendwarfksyms
25
26 bash-completion
27
28 .. only:: subproject and html
29
30 Indices
31 =======
32
33 * :ref:`genindex`
34

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

Kernel Build System 문서 목차

1-33

이 GPL-2.0 문서는 Kernel Build System 문서군의 최상위 목차입니다. `toctree` 깊이는 1이며 Kconfig language, Kbuild reference, module·header build, toolchain·재현성 문서를 연결합니다.

Kbuild 문서 목차
주제문서
Kconfig language`kconfig-language`, `kconfig-macro-language`
Build reference`kbuild`, `kconfig`, `makefiles`, `modules`
Export`headers_install`
Diagnostics`issues`, `reproducible-builds`
Compiler`gcc-plugins`, `llvm`, `gendwarfksyms`
Shell UX`bash-completion`

원문 toctree 항목을 주제별로 묶었습니다.

`subproject`와 HTML 출력에서는 `Indices` 절과 `genindex` reference를 추가합니다. Sphinx `toctree`, `only`, `ref` directive는 원문 그대로 보존됩니다.

.. SPDX-License-Identifier: GPL-2.0

===================
Kernel Build System
===================

.. toctree::
    :maxdepth: 1

    kconfig-language
    kconfig-macro-language

    kbuild
    kconfig
    makefiles
    modules

    headers_install

    issues
    reproducible-builds
    gcc-plugins
    llvm
    gendwarfksyms

    bash-completion

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`