Lines Matching refs:build
34 --- 6.1 Set variables to tweak the build to the architecture
80 .config file to construct various file lists used by kbuild to build
84 are used to build the kernel based on the kbuild makefiles.
91 *Users* are people who build kernels. These people type commands such as
106 *Kbuild developers* are people who work on the kernel build system itself.
191 that you want to build a module in the same way as above; however,
192 kbuild needs to know which object files you want to build your
223 kbuild will build an ext2.o file for you out of the individual
263 Makefiles in these subdirs. The build system will automatically
291 invocations happening during a recursive build.
369 header files generated during the build process.
561 In this example for a specific GCC version the build will error out
575 build (host arch is different from target arch). And if CROSS_COMPILE
616 computer where the build is running.
618 built on the build host.
699 Kbuild will only build host-programs when they are referenced
725 This will tell kbuild to build lxdialog even if not referenced in
737 So if a config symbol evaluates to 'm', kbuild will still build
789 To support the clean infrastructure in the Makefiles that build the
824 init-* core* drivers-* net-* libs-* and build all targets.
836 --- 6.1 Set variables to tweak the build to the architecture
995 which specify how to build the vmlinux file. Note that there is no
1033 call make manually to build a target in boot/.
1043 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
1045 "$(Q)$(MAKE) $(build)=<dir>" is the recommended way to invoke
1061 An architecture shall always, per default, build a bootable image.
1186 cmd_image = $(obj)/tools/build $(BUILDFLAGS) \
1190 $(obj)/bzImage: $(obj)/vmlinux.bin $(obj)/tools/build FORCE
1216 The assignment to $(always) is used to tell kbuild to build the
1306 During the prepare phase of the build a wrapper include
1353 host system architecture. For a cross build, a user may