Lines Matching full:building
21 The top Makefile is responsible for building two major products: vmlinux
186 Note: Of course, when you are building objects into the kernel,
225 A Makefile is only responsible for building objects in its own
279 extra-y specifies targets which are needed for building vmlinux,
301 (e.g. ``make modules``, or building external modules)
454 $(srcroot) refers to the root of the source you are building, which can be
460 $(srctree) refers to the root of the kernel source tree. When building the
465 building the kernel, but it is different when building external modules.
726 Kbuild supports building executables on the host for use during the
897 Just like host programs, Kbuild also supports building userspace executables
898 for the target architecture (i.e. the same architecture as you are building
1087 - This includes building boot records
1219 Options for $(CC) when building modules
1233 Options for $(RUSTC) when building modules
1296 corresponding arch-specific section for modules; the module-building
1334 Kbuild does not provide any smart way to support building a
1380 Commands useful for building a boot image
1383 Kbuild provides a few macros that are useful when building a
1469 specified options when building the target vmlinux.lds.
1471 When building the ``*.lds`` target, kbuild uses the variables::
1674 Makefiles use a novel style of list building and manipulation with few