Searched refs:TARGET_LIST (Results 1 – 10 of 10) sorted by relevance
8 TARGET_LIST = i386 aarch64 s390x ppc64 macro12 .PHONY: help $(TARGET_LIST)34 $(TARGET_LIST):38 for target in $(TARGET_LIST); do \
18 TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \
20 TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \
40 TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \
15 # overridden by TARGET_LIST if the user sets it. We special case54 ${TARGET_LIST:+--target-list=${TARGET_LIST}} \
175 @echo ' TARGET_LIST=a,b,c Override target list in builds.'230 -e TARGET_LIST=$(subst $(SPACE),$(COMMA),$(TARGET_LIST)) \
29 …TARGET_LIST=$(find "$OE_CORE_PATH"/meta/conf/machine -maxdepth 1 -type f | grep qemu | sed 's|.*/|…66 for i in ${TARGET_LIST}
124 $(if $(TARGET_LIST),--target-list=$(TARGET_LIST)) \