Home
last modified time | relevance | path

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

/Linux-v5.4/
DMakefile587 KBUILD_BUILTIN := 1 macro
595 KBUILD_BUILTIN := $(if $(CONFIG_MODVERSIONS),1) macro
610 export KBUILD_MODULES KBUILD_BUILTIN
1284 modules: $(if $(KBUILD_BUILTIN),vmlinux) modules.order modules.builtin
/Linux-v5.4/scripts/
DMakefile.build497 __build: $(if $(KBUILD_BUILTIN),$(builtin-target) $(lib-target) $(extra-y)) \