Home
last modified time | relevance | path

Searched refs:KBUILD_EXTMOD (Results 1 – 11 of 11) sorted by relevance

/linux/
H A DMakefile134 KBUILD_EXTMOD := $(M) macro
141 $(if $(word 2, $(KBUILD_EXTMOD)), \
144 $(foreach x, % :, $(if $(findstring $x, $(KBUILD_EXTMOD)), \
148 ifneq ($(filter %/, $(KBUILD_EXTMOD)),)
149 KBUILD_EXTMOD := $(shell dirname $(KBUILD_EXTMOD).) macro
152 export KBUILD_EXTMOD
187 ifdef KBUILD_EXTMOD
198 … $(or $(KBUILD_EXTMOD_OUTPUT),$(if $(filter $(CURDIR),$(objtree) $(abs_srctree)),$(KBUILD_EXTMOD)))
201 srcroot := $(realpath $(KBUILD_EXTMOD))
258 ifndef KBUILD_EXTMOD
[all …]
/linux/samples/hid/
H A DMakefile.target44 ifeq ($(KBUILD_EXTMOD),)
/linux/samples/bpf/
H A DMakefile.target44 ifeq ($(KBUILD_EXTMOD),)
/linux/scripts/
H A Dcoccicheck97 if [ "$KBUILD_EXTMOD" != "" ] ; then
/linux/arch/s390/
H A DMakefile139 ifeq ($(KBUILD_EXTMOD),)
/linux/arch/arm64/
H A DMakefile215 ifeq ($(KBUILD_EXTMOD),)
/linux/arch/riscv/
H A DMakefile179 ifeq ($(KBUILD_EXTMOD),)
/linux/arch/powerpc/
H A DMakefile379 ifeq ($(KBUILD_EXTMOD),)
/linux/rust/
H A DMakefile392 $(rustc_sysroot) $(RUST_LIB_SRC) $(if $(KBUILD_EXTMOD),$(srcroot)) \
/linux/Documentation/bpf/
H A Dbtf.rst970 builds - i.e. where KBUILD_EXTMOD is set (as it would be for "make M=path/2/mod"
/linux/Documentation/kbuild/
H A Dmakefiles.rst455 KBUILD_EXTMOD is set. This can be either a relative or an absolute path, but