Searched refs:KBUILD_EXTMOD (Results 1 – 21 of 21) sorted by relevance
/linux-6.14.4/tools/testing/selftests/livepatch/test_modules/ |
D | Makefile | 20 $(Q)$(MAKE) -C $(KDIR) modules KBUILD_EXTMOD=$(TESTMODS_DIR) 26 $(Q)$(MAKE) -C $(KDIR) clean KBUILD_EXTMOD=$(TESTMODS_DIR)
|
/linux-6.14.4/ |
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-6.14.4/scripts/ |
D | Makefile.modinst | 14 ifeq ($(KBUILD_EXTMOD)$(sign-only),) 45 ifeq ($(KBUILD_EXTMOD),) 109 $(if $(KBUILD_EXTMOD),|| true)
|
D | Makefile.btf | 26 ifneq ($(KBUILD_EXTMOD),)
|
D | Makefile.modpost | 70 ifeq ($(KBUILD_EXTMOD),)
|
D | coccicheck | 97 if [ "$KBUILD_EXTMOD" != "" ] ; then
|
/linux-6.14.4/Documentation/translations/zh_CN/kbuild/ |
D | kbuild.rst | 127 KBUILD_EXTMOD section in 环境变量 131 设置 "M=..." 优先于 KBUILD_EXTMOD。
|
/linux-6.14.4/samples/bpf/ |
D | Makefile.target | 44 ifeq ($(KBUILD_EXTMOD),)
|
/linux-6.14.4/samples/hid/ |
D | Makefile.target | 44 ifeq ($(KBUILD_EXTMOD),)
|
/linux-6.14.4/arch/parisc/ |
D | Makefile | 166 ifeq ($(KBUILD_EXTMOD),)
|
/linux-6.14.4/arch/s390/ |
D | Makefile | 139 ifeq ($(KBUILD_EXTMOD),)
|
/linux-6.14.4/arch/loongarch/ |
D | Makefile | 164 ifeq ($(KBUILD_EXTMOD),)
|
/linux-6.14.4/arch/arm64/ |
D | Makefile | 215 ifeq ($(KBUILD_EXTMOD),)
|
/linux-6.14.4/Documentation/kbuild/ |
D | kbuild.rst | 137 KBUILD_EXTMOD section in Environment variables 142 Setting "M=..." takes precedence over KBUILD_EXTMOD.
|
D | modules.rst | 241 export KBUILD_EXTMOD := $(realpath $(dir $(lastword $(MAKEFILE_LIST))))
|
D | makefiles.rst | 455 KBUILD_EXTMOD is set. This can be either a relative or an absolute path, but
|
/linux-6.14.4/arch/riscv/ |
D | Makefile | 179 ifeq ($(KBUILD_EXTMOD),)
|
/linux-6.14.4/arch/powerpc/ |
D | Makefile | 379 ifeq ($(KBUILD_EXTMOD),)
|
/linux-6.14.4/rust/ |
D | Makefile | 394 $(rustc_sysroot) $(RUST_LIB_SRC) $(if $(KBUILD_EXTMOD),$(srcroot)) \
|
/linux-6.14.4/Documentation/bpf/ |
D | btf.rst | 970 builds - i.e. where KBUILD_EXTMOD is set (as it would be for "make M=path/2/mod"
|
/linux-6.14.4/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2200.c | 26 #ifndef KBUILD_EXTMOD
|