Home
last modified time | relevance | path

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

/Linux-v4.19/
DMakefile559 KBUILD_BUILTIN := 1 macro
567 KBUILD_BUILTIN := $(if $(CONFIG_MODVERSIONS),1) macro
582 export KBUILD_MODULES KBUILD_BUILTIN
1226 modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) modules.builtin
/Linux-v4.19/scripts/
DMakefile.build80 __build: $(if $(KBUILD_BUILTIN),$(builtin-target) $(lib-target) $(extra-y)) \