Home
last modified time | relevance | path

Searched refs:KBUILD_BUILTIN (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/
DMakefile247 KBUILD_BUILTIN := 1 macro
255 KBUILD_BUILTIN := $(if $(CONFIG_MODVERSIONS),1) macro
270 export KBUILD_MODULES KBUILD_BUILTIN
1063 modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) modules.builtin
/linux-2.6.39/scripts/
DMakefile.build127 __build: $(if $(KBUILD_BUILTIN),$(builtin-target) $(lib-target) $(extra-y)) \