Searched refs:KBUILD_EXTMOD (Results 1 – 11 of 11) sorted by relevance
/linux/ |
H A D | Makefile | 134 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 D | Makefile.target | 44 ifeq ($(KBUILD_EXTMOD),)
|
/linux/samples/bpf/ |
H A D | Makefile.target | 44 ifeq ($(KBUILD_EXTMOD),)
|
/linux/scripts/ |
H A D | coccicheck | 97 if [ "$KBUILD_EXTMOD" != "" ] ; then
|
/linux/arch/s390/ |
H A D | Makefile | 139 ifeq ($(KBUILD_EXTMOD),)
|
/linux/arch/arm64/ |
H A D | Makefile | 215 ifeq ($(KBUILD_EXTMOD),)
|
/linux/arch/riscv/ |
H A D | Makefile | 179 ifeq ($(KBUILD_EXTMOD),)
|
/linux/arch/powerpc/ |
H A D | Makefile | 379 ifeq ($(KBUILD_EXTMOD),)
|
/linux/rust/ |
H A D | Makefile | 392 $(rustc_sysroot) $(RUST_LIB_SRC) $(if $(KBUILD_EXTMOD),$(srcroot)) \
|
/linux/Documentation/bpf/ |
H A D | btf.rst | 970 builds - i.e. where KBUILD_EXTMOD is set (as it would be for "make M=path/2/mod"
|
/linux/Documentation/kbuild/ |
H A D | makefiles.rst | 455 KBUILD_EXTMOD is set. This can be either a relative or an absolute path, but
|