Home
last modified time | relevance | path

Searched refs:KBUILD_EXTMOD (Results 1 – 4 of 4) sorted by relevance

/u-boot/scripts/
A Dcoccicheck75 if [ "$KBUILD_EXTMOD" = "" ] ; then
78 OPTIONS="--dir $KBUILD_EXTMOD $COCCIINCLUDE"
82 if [ "$KBUILD_EXTMOD" != "" ] ; then
A DKbuild.include84 TMPOUT := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/)
/u-boot/
A DMakefile204 KBUILD_EXTMOD ?= $(SUBDIRS) macro
208 KBUILD_EXTMOD := $(M) macro
214 ifeq ($(KBUILD_EXTMOD),)
235 VPATH := $(srctree)$(if $(KBUILD_EXTMOD),:$(KBUILD_EXTMOD))
378 export KBUILD_CHECKSRC KBUILD_SRC KBUILD_EXTMOD
462 export MODVERDIR := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_versions
522 ifeq ($(KBUILD_EXTMOD),)
2011 @find $(if $(KBUILD_EXTMOD), $(KBUILD_EXTMOD), .) $(RCS_FIND_IGNORE) \
2150 ifeq ($(KBUILD_EXTMOD),)
2155 build-dir = $(KBUILD_EXTMOD)$(if $(zap-slash),/$(zap-slash))
[all …]
/u-boot/doc/develop/
A Dcoccinelle.rst247 if [ "$KBUILD_EXTMOD" = "" ] ; then
250 OPTIONS="--dir $KBUILD_EXTMOD $COCCIINCLUDE"
253 KBUILD_EXTMOD is set when an explicit target with M= is used. For both cases

Completed in 37 milliseconds