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,
297 (e.g. ``make modules``, or building external modules)
453 $(srcroot) refers to the root of the source you are building, which can be
459 $(srctree) refers to the root of the kernel source tree. When building the
464 building the kernel, but it is different when building external modules.
711 Kbuild supports building executables on the host for use during the
882 Just like host programs, Kbuild also supports building userspace executables
883 for the target architecture (i.e. the same architecture as you are building
1072 - This includes building boot records
1204 Options for $(CC) when building modules
1218 Options for $(RUSTC) when building modules
1281 corresponding arch-specific section for modules; the module-building
1319 Kbuild does not provide any smart way to support building a
1365 Commands useful for building a boot image
1368 Kbuild provides a few macros that are useful when building a
1454 specified options when building the target vmlinux.lds.
1456 When building the ``*.lds`` target, kbuild uses the variables::
1659 Makefiles use a novel style of list building and manipulation with few