Searched refs:TARGET_LIST (Results 1 – 11 of 11) 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} \
46 ${TARGET_LIST:+--target-list=${TARGET_LIST}} \
219 -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}
123 $(if $(TARGET_LIST),--target-list=$(TARGET_LIST)) \
126 time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1