/openbmc/linux/scripts/ |
H A D | Makefile.modpost | 68 ifeq ($(KBUILD_EXTMOD),) 114 obj := $(KBUILD_EXTMOD) 120 output-symdump := $(KBUILD_EXTMOD)/Module.symvers
|
H A D | coccicheck | 83 if [ "$KBUILD_EXTMOD" = "" ] ; then 86 OPTIONS="--dir $KBUILD_EXTMOD $COCCIINCLUDE" 101 if [ "$KBUILD_EXTMOD" != "" ] ; then
|
H A D | Makefile.modinst | 14 ifeq ($(KBUILD_EXTMOD)$(sign-only),) 43 ifeq ($(KBUILD_EXTMOD),) 105 $(if $(KBUILD_EXTMOD),|| true)
|
H A D | Makefile.compiler | 16 TMPOUT = $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_$$$$
|
H A D | nsdeps | 22 if [ "$KBUILD_EXTMOD" ]; then
|
H A D | Makefile.host | 98 ifeq ($(KBUILD_EXTMOD),)
|
H A D | Makefile.lib | 205 ifeq ($(KBUILD_EXTMOD),)
|
/openbmc/u-boot/scripts/ |
H A D | coccicheck | 75 if [ "$KBUILD_EXTMOD" = "" ] ; then 78 OPTIONS="--dir $KBUILD_EXTMOD $COCCIINCLUDE" 82 if [ "$KBUILD_EXTMOD" != "" ] ; then
|
H A D | Kbuild.include | 84 TMPOUT := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/)
|
/openbmc/linux/ |
H A D | Makefile | 139 # Use make M=dir or set the environment variable KBUILD_EXTMOD to specify the 142 KBUILD_EXTMOD := $(M) macro 145 $(if $(word 2, $(KBUILD_EXTMOD)), \ 148 $(foreach x, % :, $(if $(findstring $x, $(KBUILD_EXTMOD)), \ 152 ifneq ($(filter %/, $(KBUILD_EXTMOD)),) 153 KBUILD_EXTMOD := $(shell dirname $(KBUILD_EXTMOD).) macro 156 export KBUILD_EXTMOD 313 ifneq ($(KBUILD_EXTMOD),) 317 ifeq ($(KBUILD_EXTMOD),) [all...] |
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | Makefile | 44 SPKDIR=$(if $(KBUILD_EXTMOD),$(KBUILD_EXTMOD),$(srctree)/drivers/accessibility/speakup) \
|
/openbmc/u-boot/ |
H A D | Makefile | 185 KBUILD_EXTMOD ?= $(SUBDIRS) macro 189 KBUILD_EXTMOD := $(M) macro 195 ifeq ($(KBUILD_EXTMOD),) 216 VPATH := $(srctree)$(if $(KBUILD_EXTMOD),:$(KBUILD_EXTMOD)) 341 export KBUILD_CHECKSRC KBUILD_SRC KBUILD_EXTMOD 406 export MODVERDIR := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_versions 465 ifeq ($(KBUILD_EXTMOD),) 1784 @find $(if $(KBUILD_EXTMOD), $(KBUILD_EXTMOD), .) $(RCS_FIND_IGNORE) \ 1918 ifeq ($(KBUILD_EXTMOD),) 1923 build-dir = $(KBUILD_EXTMOD)$(if $(zap-slash),/$(zap-slash)) [all …]
|
/openbmc/linux/samples/bpf/ |
H A D | Makefile.target | 44 ifeq ($(KBUILD_EXTMOD),)
|
/openbmc/linux/samples/hid/ |
H A D | Makefile.target | 44 ifeq ($(KBUILD_EXTMOD),)
|
/openbmc/linux/arch/parisc/ |
H A D | Makefile | 166 ifeq ($(KBUILD_EXTMOD),)
|
/openbmc/linux/arch/loongarch/ |
H A D | Makefile | 133 ifeq ($(KBUILD_EXTMOD),)
|
/openbmc/linux/arch/s390/ |
H A D | Makefile | 147 ifeq ($(KBUILD_EXTMOD),)
|
/openbmc/linux/arch/arm64/ |
H A D | Makefile | 185 ifeq ($(KBUILD_EXTMOD),)
|
/openbmc/linux/arch/riscv/ |
H A D | Makefile | 133 ifeq ($(KBUILD_EXTMOD),)
|
/openbmc/linux/Documentation/kbuild/ |
H A D | kbuild.rst | 121 KBUILD_EXTMOD section in Environment variables 126 Setting "M=..." takes precedence over KBUILD_EXTMOD.
|
/openbmc/u-boot/doc/ |
H A D | README.coccinelle | 233 if [ "$KBUILD_EXTMOD" = "" ] ; then 236 OPTIONS="--dir $KBUILD_EXTMOD $COCCIINCLUDE" 239 KBUILD_EXTMOD is set when an explicit target with M= is used. For both cases
|
/openbmc/linux/rust/ |
H A D | Makefile | 408 $(RUST_LIB_SRC) $(KBUILD_EXTMOD) > \ 409 $(if $(KBUILD_EXTMOD),$(extmod_prefix),$(objtree))/rust-project.json
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | coccinelle.rst | 261 if [ "$KBUILD_EXTMOD" = "" ] ; then 264 OPTIONS="--dir $KBUILD_EXTMOD $COCCIINCLUDE" 267 KBUILD_EXTMOD is set when an explicit target with M= is used. For both cases
|
/openbmc/linux/arch/powerpc/ |
H A D | Makefile | 359 ifeq ($(KBUILD_EXTMOD),)
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 26 #ifndef KBUILD_EXTMOD
|