Searched refs:KBUILD_EXTMOD (Results 1 – 5 of 5) sorted by relevance
/scripts/ |
D | Makefile.modpost | 46 ifneq ($(KBUILD_EXTMOD),) 49 obj := $(KBUILD_EXTMOD) 53 include $(if $(wildcard $(KBUILD_EXTMOD)/Kbuild), \ 54 $(KBUILD_EXTMOD)/Kbuild, $(KBUILD_EXTMOD)/Makefile) 60 modulesymfile := $(firstword $(KBUILD_EXTMOD))/Module.symvers 75 $(if $(KBUILD_EXTMOD),-i,-o) $(kernelsymfile) \ 76 $(if $(KBUILD_EXTMOD),-I $(modulesymfile)) \ 78 $(if $(KBUILD_EXTMOD),-o $(modulesymfile)) \ 80 $(if $(KBUILD_EXTMOD)$(KBUILD_MODPOST_WARN),-w)
|
D | Makefile.modinst | 21 …p_cmd) $(2)/$(notdir $@) ; $(mod_sign_cmd) $(2)/$(notdir $@) $(patsubst %,|| true,$(KBUILD_EXTMOD)) 25 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D)) 27 modinst_dir ?= $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
|
D | coccicheck | 29 if [ "$KBUILD_EXTMOD" = "" ] ; then 32 OPTIONS="-dir $KBUILD_EXTMOD $COCCIINCLUDE" 36 if [ "$KBUILD_EXTMOD" != "" ] ; then
|
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 | Kbuild.include | 82 TMPOUT := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/)
|