Lines Matching full:targets
20 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 := $(foreach x, o mod $(if $(CONFIG_TRIM_UNUSED_KSYMS), usyms), \
93 targets-for-modules += $(obj)/modules.order
96 targets += $(targets-for-builtin) $(targets-for-modules)
298 # i.e. the outputs we would get for the different single targets (e.g. `.ll`)
384 targets += $(filter-out $(subdir-builtin), $(real-obj-y))
385 targets += $(filter-out $(subdir-modorder), $(real-obj-m))
386 targets += $(real-dtb-y) $(lib-y) $(always-y)
406 # Build the compiled-in targets
463 # Add intermediate targets:
465 # targets that the final targets are derived from.
468 $(filter %$(strip $(1)), $(targets))))
473 targets += $(call intermediate_targets, .asn1.o, .asn1.c .asn1.h) \
481 $(obj)/: $(if $(KBUILD_BUILTIN), $(targets-for-builtin)) \
482 $(if $(KBUILD_MODULES), $(targets-for-modules)) \
486 # Single targets
512 targets += $(filter-out $(single-subdir-goals), $(MAKECMDGOALS))
513 targets := $(filter-out $(PHONY), $(targets))
515 # Read all saved command lines and dependencies for the $(targets) we
520 existing-targets := $(wildcard $(sort $(targets)))
522 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
525 obj-dirs := $(sort $(patsubst %/,%, $(dir $(targets))))
526 # If targets exist, their directories apparently exist. Skip mkdir.
527 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))