Lines Matching full:targets

20 targets :=
82 # List composite targets that are constructed by combining other targets
84 # List primitive targets that are compiled from source files
115 targets := $(addprefix $(obj)/, $(targets))
141 targets-for-builtin := $(extra-y)
144 targets-for-builtin += $(obj)/lib.a
148 targets-for-builtin += $(obj)/built-in.a
151 targets-for-modules := $(foreach x, o mod, \
155 targets-for-modules += $(obj)/modules.order
158 targets += $(targets-for-builtin) $(targets-for-modules)
342 # i.e. the outputs we would get for the different single targets (e.g. `.ll`)
432 targets += $(filter-out $(subdir-builtin), $(real-obj-y))
433 targets += $(filter-out $(subdir-modorder), $(real-obj-m))
434 targets += $(lib-y) $(always-y)
454 # Build the compiled-in targets
506 # Add intermediate targets:
508 # targets that the final targets are derived from.
511 $(filter %$(strip $(1)), $(targets))))
513 targets += $(call intermediate_targets, .asn1.o, .asn1.c .asn1.h)
530 ifneq ($(need-dtbslist)$(dtb-y)$(dtb-)$(filter %.dtb %.dtb.o %.dtbo.o,$(targets)),)
537 $(obj)/: $(if $(KBUILD_BUILTIN), $(targets-for-builtin)) \
538 $(if $(KBUILD_MODULES), $(targets-for-modules)) \
542 # Single targets
568 targets += $(filter-out $(single-subdir-goals), $(MAKECMDGOALS))
569 targets := $(filter-out $(PHONY), $(targets))
571 # Read all saved command lines and dependencies for the $(targets) we
576 existing-targets := $(wildcard $(sort $(targets)))
578 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
581 obj-dirs := $(sort $(patsubst %/,%, $(dir $(targets))))
582 # If targets exist, their directories apparently exist. Skip mkdir.
583 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))