Lines Matching +full:in +full:- +full:built
10 -------------
11 This file records the order in which modules appear in Makefiles. This
16 ---------------
17 This file lists all modules that are built into the kernel. This is used
21 -----------------------
22 This file contains modinfo from all modules that are built into the kernel.
30 ---------
32 will be used in all cases where kbuild does preprocessing including
36 -------
37 Additional options to the assembler (for built-in and modules).
40 -------------
44 -------------
45 Additional assembler options for built-in.
48 -------
49 Additional options to the C compiler (for built-in and modules).
52 -------------
54 code that is compiled as built-in.
57 -------------
61 --------------
65 ----------
69 ------------
73 -----------
77 ----------
81 --------------
82 Set the top-level Kconfig file to the value of this environment
86 --------------
94 -------------
101 -------------
109 -----------------
118 --------------
119 For the deb-pkg target, allows overriding the normal heuristics deployed by
120 deb-pkg. Normally deb-pkg attempts to guess the right architecture based on
126 ----
127 Set ARCH to the architecture to be built.
129 In most cases the name of the architecture is the same as the
130 directory name found in the arch/ directory.
134 - x86: i386 for 32 bit, x86_64 for 64 bit
135 - sh: sh for 32 bit, sh64 for 64 bit
136 - sparc: sparc32 for 32 bit, sparc64 for 64 bit
139 -------------
143 CROSS_COMPILE is also used for ccache in some setups.
146 --
149 CF is often used on the command-line like this::
151 make CF=-Wbitwise C=2
154 ------------
159 -------------
165 - $1 - kernel version
166 - $2 - kernel image file
167 - $3 - kernel map file
168 - $4 - default install path (use root directory if blank)
177 ------
183 The value can be overridden in which case the default value is ignored.
186 ----------------
188 relocations required by build roots. This is not defined in the
192 -----------------
195 the default option --strip-debug will be used. Otherwise,
199 ----------------
210 The value can be overridden in which case the default value is ignored.
213 --------------------------------------------------
215 when building in the source tree, the source tree path is '.'
222 ---------------
223 This variable allows a passphrase or PIN to be passed to the sign-file
227 -------------------
228 KBUILD_MODPOST_WARN can be set to avoid errors in case of undefined
229 symbols in the final module linking stage. It changes such errors
233 ----------------------
238 --------------------
240 See more details in modules.rst.
243 ---------------
245 to be included in the databases, separated by blank space. E.g.::
254 ----------------------
255 Setting this to a date string overrides the timestamp used in the
256 UTS_VERSION definition (uname -v in the running kernel). The value has to
257 be a string that can be passed to date -d. The default value
261 ------------------------------------
263 boot and in /proc/version. The default value is the output of the commands
267 ----