diff options
| author | Alex Bennée | 2018-07-04 08:30:11 +0200 |
|---|---|---|
| committer | Alex Bennée | 2018-07-05 16:59:41 +0200 |
| commit | 2b1f35b9a85cf0232615a67e7ff523137a58795e (patch) | |
| tree | a54da70df00d6725d67c443bb9d6cd67d005484a /scripts | |
| parent | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ... (diff) | |
| download | qemu-2b1f35b9a85cf0232615a67e7ff523137a58795e.tar.gz qemu-2b1f35b9a85cf0232615a67e7ff523137a58795e.tar.xz qemu-2b1f35b9a85cf0232615a67e7ff523137a58795e.zip | |
Revert "Makefile: Rename TARGET_DIRS to TARGET_LIST"
This reverts commit 208ecb3e1acc8d55dab49fdf721a86d513691688. 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>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/create_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_config b/scripts/create_config index 58948a67a4..d727e5e36e 100755 --- a/scripts/create_config +++ b/scripts/create_config @@ -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 |
