Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 10 of 10) sorted by relevance

/scripts/
DMakefile.build19 targets :=
77 mod-targets := $(patsubst %.o, %.mod, $(obj-m))
294 targets += $(mod-targets)
368 targets += $(filter-out $(subdir-obj-y), $(real-obj-y)) $(real-obj-m) $(lib-y)
369 targets += $(extra-y) $(MAKECMDGOALS) $(always)
423 targets += $(builtin-target)
447 targets += $(lib-target)
470 targets += $(obj)/lib-ksyms.o
493 targets += $(multi-used-m)
494 targets := $(filter-out $(PHONY), $(targets))
[all …]
DMakefile.modfinal60 targets += $(modules) $(modules:.ko=.mod.o)
73 existing-targets := $(wildcard $(sort $(targets)))
75 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
DKbuild.include28 # real prerequisites without phony targets
194 # will delete incomplete targets), and resume it later.
198 # Make dies with SIGPIPE before cleaning the targets.
205 # Of course, this is unneeded for phony targets.
240 # PHONY targets skipped in both cases.
270 # (6) - due to target not in $(targets)
271 # (1) PHONY targets are always build
278 # (6) No dir/.target.cmd file and target not listed in $(targets)
287 $(if $(filter $@, $(targets)), \
289 - due to $(notdir $@) not in $$(targets) \
DMakefile.clean31 $(always) $(targets) $(clean-files) \
DMakefile.lib72 targets := $(addprefix $(obj)/,$(targets))
DMakefile.host180 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/scripts/mod/
DMakefile15 targets += $(devicetable-offsets-file) devicetable-offsets.s
28 targets += elfconfig.h
/scripts/kconfig/
Dmconf.c359 struct menu **targets; member
378 data->targets[k] = pos->target; in update_text()
434 struct menu *targets[JUMP_NB]; in search_conf() local
438 .targets = targets, in search_conf()
452 conf(targets[i]->parent, targets[i]); in search_conf()
DMakefile68 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
70 PHONY += $(simple-targets)
72 $(simple-targets): $(obj)/conf
/scripts/gcc-plugins/
DMakefile24 targets = randomize_layout_seed.h randomize_layout_hash.h macro