Home
last modified time | relevance | path

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

/busybox-1.35.0/
DMakefile204 KBUILD_BUILTIN := 1 macro
212 KBUILD_BUILTIN := $(if $(CONFIG_MODVERSIONS),1) macro
227 export KBUILD_MODULES KBUILD_BUILTIN
901 modules: $(busybox-dirs) $(if $(KBUILD_BUILTIN),busybox)
/busybox-1.35.0/scripts/
DMakefile.build88 __build: $(if $(KBUILD_BUILTIN),$(builtin-target) $(lib-target) $(extra-y)) \