Lines Matching full:targets
20 targets :=
75 targets-for-builtin := $(extra-y)
78 targets-for-builtin += $(obj)/lib.a
82 targets-for-builtin += $(obj)/built-in.a
85 targets-for-modules := $(foreach x, o mod, \
89 targets-for-modules += $(obj)/modules.order
92 targets += $(targets-for-builtin) $(targets-for-modules)
285 # i.e. the outputs we would get for the different single targets (e.g. `.ll`)
362 targets += $(filter-out $(subdir-builtin), $(real-obj-y))
363 targets += $(filter-out $(subdir-modorder), $(real-obj-m))
364 targets += $(real-dtb-y) $(lib-y) $(always-y)
384 # Build the compiled-in targets
441 # Add intermediate targets:
443 # targets that the final targets are derived from.
446 $(filter %$(strip $(1)), $(targets))))
452 targets += $(call intermediate_targets, .asn1.o, .asn1.c .asn1.h) \
461 $(obj)/: $(if $(KBUILD_BUILTIN), $(targets-for-builtin)) \
462 $(if $(KBUILD_MODULES), $(targets-for-modules)) \
466 # Single targets
492 targets += $(filter-out $(single-subdir-goals), $(MAKECMDGOALS))
493 targets := $(filter-out $(PHONY), $(targets))
495 # Read all saved command lines and dependencies for the $(targets) we
500 existing-targets := $(wildcard $(sort $(targets)))
502 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
505 obj-dirs := $(sort $(patsubst %/,%, $(dir $(targets))))
506 # If targets exist, their directories apparently exist. Skip mkdir.
507 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))