diff options
| author | Fam Zheng | 2017-09-08 11:16:54 +0200 |
|---|---|---|
| committer | Alex Bennée | 2018-06-05 17:25:42 +0200 |
| commit | 208ecb3e1acc8d55dab49fdf721a86d513691688 (patch) | |
| tree | 135acf7a2834a89e3f6a8369ac1d38d74e94b4ae /scripts | |
| parent | configure: add test for docker availability (diff) | |
| download | qemu-208ecb3e1acc8d55dab49fdf721a86d513691688.tar.gz qemu-208ecb3e1acc8d55dab49fdf721a86d513691688.tar.xz qemu-208ecb3e1acc8d55dab49fdf721a86d513691688.zip | |
Makefile: Rename TARGET_DIRS to TARGET_LIST
To be more accurate on its purpose and make code that looks for a certain
target out of this variable more readable.
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
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 d727e5e36e..58948a67a4 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_DIRS=*) + TARGET_LIST=*) # do nothing ;; TARGET_*=y) # configuration |
