Lines Matching defs:TARGETS
58 TARGETS = $(if $(wildcard $(LITEOSADIR)),liteos_a_user,)
59 TARGETS += $(if $(wildcard $(LINUXDIR)),linux_user,)
81 .PHONY: $(TARGETS:%=musl_copy_for_%)
82 .PHONY: $(TARGETS:%=musl_patch_for_%)
83 .PHONY: $(TARGETS:%=musl_install_for_%)
84 .PHONY: $(TARGETS:%=linux_header_install_for_%)
85 .PHONY: $(TARGETS:%=nuttx_header_install_for_%)
86 .PHONY: $(TARGETS:%=optimized_routines_install_for_%)
89 all: $(TARGETS:%=musl_install_for_%)
91 $(TARGETS:%=musl_copy_for_%):