Lines Matching refs:when
37 --- 6.4 List directories to visit when descending
221 Note: Of course, when you are building objects into the kernel,
255 See also "6.4 List directories to visit when descending".
282 It is good practice to use a CONFIG_ variable when assigning directory
367 Special rules are used when the kbuild infrastructure does
378 Two variables are used when defining special rules:
382 where the Makefile is located. Always use $(src) when
387 where the target is saved. Always use $(obj) when
404 but when execution "make -s" one does not expect to see any output
425 as-option is used to check if $(CC) -- when used to compile
439 cc-ldoption is used to check if $(CC) when used to link object files
490 alignment of functions, loops etc. $(cc-option-align), when used
520 cc-version is useful when a specific $(CC) version is faulty in one
550 cc-fullversion is useful when the exact version of gcc is needed.
551 One typical use-case is when a specific GCC version is broken.
699 Kbuild will only build host-programs when they are referenced
717 shall be built when a makefile is entered, the $(always)
740 when no CONFIG symbols are involved.
749 generated by kbuild are deleted all over the kernel src tree when
787 directory compressed/ when "make clean" is executed.
849 LDFLAGS_MODULE Options for $(LD) when linking modules
851 LDFLAGS_MODULE is used to set specific flags for $(LD) when
855 LDFLAGS_vmlinux Options for $(LD) when linking vmlinux
858 the linker when linking the final vmlinux image.
920 to 'y' when selected.
927 KBUILD_AFLAGS_MODULE Options for $(AS) when building modules
938 KBUILD_CFLAGS_MODULE Options for $(CC) when building modules
944 KBUILD_LDFLAGS_MODULE Options for $(LD) when linking modules
947 used when linking modules. This is often a linker script.
950 KBUILD_ARFLAGS Options for $(AR) when creating archives
972 It is run before "make archprepare" when run on the
992 --- 6.4 List directories to visit when descending
1036 arch/$(ARCH)/Makefile, and use the full path when calling down
1094 Kbuild provides a few macros that are useful when building a
1219 specified options when building the target vmlinux.lds.
1275 up in another directory when doing 'make O=...' builds.
1293 will be located in the directory "include/linux" when exported.