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)
286 # i.e. the outputs we would get for the different single targets (e.g. `.ll`)
363 targets += $(filter-out $(subdir-builtin), $(real-obj-y))
364 targets += $(filter-out $(subdir-modorder), $(real-obj-m))
365 targets += $(real-dtb-y) $(lib-y) $(always-y)
385 # Build the compiled-in targets
442 # Add intermediate targets:
444 # targets that the final targets are derived from.
447 $(filter %$(strip $(1)), $(targets))))
453 targets += $(call intermediate_targets, .asn1.o, .asn1.c .asn1.h) \
462 $(obj)/: $(if $(KBUILD_BUILTIN), $(targets-for-builtin)) \
463 $(if $(KBUILD_MODULES), $(targets-for-modules)) \
467 # Single targets
493 targets += $(filter-out $(single-subdir-goals), $(MAKECMDGOALS))
494 targets := $(filter-out $(PHONY), $(targets))
496 # Read all saved command lines and dependencies for the $(targets) we
501 existing-targets := $(wildcard $(sort $(targets)))
503 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
506 obj-dirs := $(sort $(patsubst %/,%, $(dir $(targets))))
507 # If targets exist, their directories apparently exist. Skip mkdir.
508 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))