mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Revert "Makefile: Rename TARGET_DIRS to TARGET_LIST"
This reverts commit208ecb3e1a
. 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 after208ecb3
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:
parent
6cf495be0b
commit
2b1f35b9a8
4 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue