Revert "Makefile: Rename TARGET_DIRS to TARGET_LIST"

This reverts commit 208ecb3e1a. This was
causing problems by making DEF_TARGET_LIST pointless and having to
jump through hoops to build on mingw with a dully enabled config.
This includes a change to fix the per-guest TCG test probe which was
added after 208ecb3 and used TARGET_LIST.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Alex Bennée 2018-07-04 07:30:11 +01:00
parent 6cf495be0b
commit 2b1f35b9a8
4 changed files with 15 additions and 15 deletions

View file

@ -107,7 +107,7 @@ case $line in
target_name=${line#*=}
echo "#define TARGET_NAME \"$target_name\""
;;
TARGET_LIST=*)
TARGET_DIRS=*)
# do nothing
;;
TARGET_*=y) # configuration