Home
last modified time | relevance | path

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

/scripts/
DMakefile.build21 targets :=
79 targets-for-builtin := $(extra-y)
82 targets-for-builtin += $(obj)/lib.a
86 targets-for-builtin += $(obj)/built-in.a
89 targets-for-modules := $(patsubst %.o, %.mod, $(filter %.o, $(obj-m)))
92 targets-for-modules += $(obj)/modules.order
95 targets += $(targets-for-builtin) $(targets-for-modules)
356 targets += $(filter-out $(subdir-builtin), $(real-obj-y))
357 targets += $(filter-out $(subdir-modorder), $(real-obj-m))
358 targets += $(lib-y) $(always-y) $(MAKECMDGOALS)
[all …]
DMakefile.modfinal81 targets += $(modules) $(modules:.ko=.mod.o)
94 existing-targets := $(wildcard $(sort $(targets)))
96 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
DMakefile.modpost85 targets += Module.symvers
170 targets += $(output-symdump)
180 existing-targets := $(wildcard $(sort $(targets)))
182 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
DKbuild.include28 # real prerequisites without phony targets
186 # will delete incomplete targets), and resume it later.
190 # Make dies with SIGPIPE before cleaning the targets.
197 # Of course, this is unneeded for phony targets.
235 # PHONY targets skipped in both cases.
265 # (6) - due to target not in $(targets)
266 # (1) PHONY targets are always build
273 # (6) No dir/.target.cmd file and target not listed in $(targets)
282 $(if $(filter $@, $(targets)), \
284 - due to $(notdir $@) not in $$(targets) \
DMakefile39 targets += module.lds
DMakefile.userprogs45 targets += $(user-csingle) $(user-cmulti) $(user-cobjs)
DMakefile.clean31 $(clean-files) $(targets) $(hostprogs) $(userprogs) \
DMakefile.host131 targets += $(host-csingle) $(host-cmulti) $(host-cobjs) \
DMakefile.lib110 targets := $(addprefix $(obj)/,$(targets))
/scripts/mod/
DMakefile15 targets += $(devicetable-offsets-file) devicetable-offsets.s
28 targets += elfconfig.h
/scripts/gcc-plugins/
DMakefile9 targets += randomize_layout_seed.h randomize_layout_hash.h
36 targets += $(plugin-single) $(plugin-multi) $(plugin-objs)
/scripts/kconfig/
DMakefile64 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
68 PHONY += $(simple-targets)
70 $(simple-targets): $(obj)/conf
199 targets += qconf-moc.cc
Dmconf.c360 struct menu **targets; member
379 data->targets[k] = pos->target; in update_text()
435 struct menu *targets[JUMP_NB]; in search_conf() local
439 .targets = targets, in search_conf()
453 conf(targets[i]->parent, targets[i]); in search_conf()