| /linux/tools/testing/selftests/livepatch/test_modules/ |
| H A D | Makefile | 22 $(Q)$(MAKE) -C $(KDIR) modules KBUILD_EXTMOD=$(TESTMODS_DIR) 28 $(Q)$(MAKE) -C $(KDIR) clean KBUILD_EXTMOD=$(TESTMODS_DIR)
|
| /linux/scripts/ |
| H A D | Makefile.modinst | 14 ifeq ($(KBUILD_EXTMOD)$(sign-only),) 45 ifeq ($(KBUILD_EXTMOD),) 109 $(if $(KBUILD_EXTMOD),|| true)
|
| H A D | Makefile.btf | 31 resolve-btfids-flags-$(if $(KBUILD_EXTMOD),y) += --distill_base
|
| H A D | Makefile.modpost | 70 ifeq ($(KBUILD_EXTMOD),)
|
| H A D | coccicheck | 97 if [ "$KBUILD_EXTMOD" != "" ] ; then
|
| H A D | Makefile.build | 169 ifeq ($(KBUILD_EXTMOD),)
|
| /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 184 ifdef KBUILD_EXTMOD 195 … $(or $(KBUILD_EXTMOD_OUTPUT),$(if $(filter $(CURDIR),$(objtree) $(abs_srctree)),$(KBUILD_EXTMOD))) 198 srcroot := $(realpath $(KBUILD_EXTMOD)) 255 ifndef KBUILD_EXTMOD [all …]
|
| /linux/Documentation/translations/zh_CN/kbuild/ |
| H A D | kbuild.rst | 137 KBUILD_EXTMOD section in 环境变量 141 设置 "M=..." 优先于 KBUILD_EXTMOD。
|
| /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/arch/parisc/ |
| H A D | Makefile | 168 ifeq ($(KBUILD_EXTMOD),)
|
| /linux/arch/s390/ |
| H A D | Makefile | 144 ifeq ($(KBUILD_EXTMOD),)
|
| /linux/arch/arm64/ |
| H A D | Makefile | 198 ifeq ($(KBUILD_EXTMOD),)
|
| /linux/arch/riscv/ |
| H A D | Makefile | 158 ifeq ($(KBUILD_EXTMOD),)
|
| /linux/arch/loongarch/ |
| H A D | Makefile | 205 ifeq ($(KBUILD_EXTMOD),)
|
| /linux/Documentation/kbuild/ |
| H A D | kbuild.rst | 137 KBUILD_EXTMOD section in Environment variables 142 Setting "M=..." takes precedence over KBUILD_EXTMOD.
|
| H A D | modules.rst | 241 export KBUILD_EXTMOD := $(realpath $(dir $(lastword $(MAKEFILE_LIST))))
|
| H A D | makefiles.rst | 456 KBUILD_EXTMOD is set. This can be either a relative or an absolute path, but
|
| /linux/arch/powerpc/ |
| H A D | Makefile | 379 ifeq ($(KBUILD_EXTMOD),)
|
| /linux/scripts/bash-completion/ |
| H A D | make | 132 O | KBUILD_OUTPUT | M | KBUILD_EXTMOD | MO | KBUILD_EXTMOD_OUTPUT | *_PATH)
|
| /linux/Documentation/bpf/ |
| H A D | btf.rst | 987 builds - i.e. where KBUILD_EXTMOD is set (as it would be for "make M=path/2/mod"
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | ipw2200.c | 26 #ifndef KBUILD_EXTMOD
|