Searched refs:KBUILD_EXTMOD (Results 1 – 7 of 7) sorted by relevance
/scripts/ |
D | Makefile.modpost | 47 modulesymfile := $(firstword $(KBUILD_EXTMOD))/Module.symvers 52 $(if $(KBUILD_EXTMOD),-i,-o) $(kernelsymfile) \ 53 $(if $(KBUILD_EXTMOD),-I $(modulesymfile)) \ 54 $(if $(KBUILD_EXTMOD),$(addprefix -e ,$(KBUILD_EXTRA_SYMBOLS))) \ 55 $(if $(KBUILD_EXTMOD),-o $(modulesymfile)) \ 71 ifneq ($(KBUILD_EXTMOD),) 74 obj := $(KBUILD_EXTMOD) 78 include $(if $(wildcard $(KBUILD_EXTMOD)/Kbuild), \ 79 $(KBUILD_EXTMOD)/Kbuild, $(KBUILD_EXTMOD)/Makefile)
|
D | Makefile.modinst | 11 modules := $(sort $(shell cat $(if $(KBUILD_EXTMOD),$(KBUILD_EXTMOD)/)modules.order)) 23 $(mod_sign_cmd) $(2)/$(notdir $@) $(patsubst %,|| true,$(KBUILD_EXTMOD)) ; \ 28 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D)) 30 modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
|
D | Makefile.modsign | 22 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D)) 24 modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
|
D | coccicheck | 72 if [ "$KBUILD_EXTMOD" = "" ] ; then 75 OPTIONS="--dir $KBUILD_EXTMOD $COCCIINCLUDE" 85 if [ "$KBUILD_EXTMOD" != "" ] ; then
|
D | Makefile.host | 88 ifeq ($(KBUILD_EXTMOD),)
|
D | Kbuild.include | 86 TMPOUT := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/)
|
D | Makefile.lib | 157 ifeq ($(KBUILD_EXTMOD),)
|