Lines Matching full:build
42 --- 7.1 Set variables to tweak the build to the architecture
90 .config file to construct various file lists used by kbuild to build
94 are used to build the kernel based on the kbuild makefiles.
102 *Users* are people who build kernels. These people type commands such as
117 *Kbuild developers* are people who work on the kernel build system itself.
211 that you want to build a module in the same way as above; however,
212 kbuild needs to know which object files you want to build your
245 kbuild will build an ext2.o file for you out of the individual
290 Makefiles in these subdirs. The build system will automatically
330 invocations happening during a recursive build.
430 header files generated during the build process.
583 build (host arch is different from target arch). And if CROSS_COMPILE
612 Make rules may invoke scripts to build the kernel. The rules shall
648 computer where the build is running.
650 built on the build host.
743 Kbuild will only build host-programs when they are referenced
776 This will tell kbuild to build lxdialog even if not referenced in
884 This will tell Kbuild to build binderfs_example when it visits this
925 To support the clean infrastructure in the Makefiles that build the
963 init-* core* drivers-* net-* libs-* and build all targets.
975 7.1 Set variables to tweak the build to the architecture
1154 which specify how to build the vmlinux file. Note that there is no
1198 call make manually to build a target in boot/.
1209 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
1211 "$(Q)$(MAKE) $(build)=<dir>" is the recommended way to invoke
1228 An architecture shall always, per default, build a bootable image.
1380 quiet_cmd_image = BUILD $@
1381 cmd_image = $(obj)/tools/build $(BUILDFLAGS) \
1385 $(obj)/bzImage: $(obj)/vmlinux.bin $(obj)/tools/build FORCE
1391 BUILD arch/x86/boot/bzImage
1413 The assignment to extra-y is used to tell kbuild to build the
1494 During the prepare phase of the build a wrapper include
1564 host system architecture. For a cross build, a user may