Lines Matching full:targets
20 targets :=
61 targets-for-builtin := $(extra-y)
64 targets-for-builtin += $(obj)/lib.a
68 targets-for-builtin += $(obj)/built-in.a
71 targets-for-modules := $(foreach x, o mod, \
75 targets-for-modules += $(obj)/modules.order
78 targets += $(targets-for-builtin) $(targets-for-modules)
272 # i.e. the outputs we would get for the different single targets (e.g. `.ll`)
354 targets += $(filter-out $(subdir-builtin), $(real-obj-y))
355 targets += $(filter-out $(subdir-modorder), $(real-obj-m))
356 targets += $(lib-y) $(always-y)
376 # Build the compiled-in targets
428 # Add intermediate targets:
430 # targets that the final targets are derived from.
433 $(filter %$(strip $(1)), $(targets))))
435 targets += $(call intermediate_targets, .asn1.o, .asn1.c .asn1.h)
452 ifneq ($(need-dtbslist)$(dtb-y)$(dtb-)$(filter %.dtb %.dtb.o %.dtbo.o,$(targets)),)
459 $(obj)/: $(if $(KBUILD_BUILTIN), $(targets-for-builtin)) \
460 $(if $(KBUILD_MODULES), $(targets-for-modules)) \
464 # Single targets
490 targets += $(filter-out $(single-subdir-goals), $(MAKECMDGOALS))
491 targets := $(filter-out $(PHONY), $(targets))
493 # Read all saved command lines and dependencies for the $(targets) we
498 existing-targets := $(wildcard $(sort $(targets)))
500 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
503 obj-dirs := $(sort $(patsubst %/,%, $(dir $(targets))))
504 # If targets exist, their directories apparently exist. Skip mkdir.
505 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))