summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarcel Apfelbaum2013-12-26 15:54:22 +0100
committerMichael S. Tsirkin2014-01-26 12:06:49 +0100
commit9dd6cabdd3bfa49d4f594956e8ee93f8996460c7 (patch)
treede32b98cae9b340347c0f26d3ee4307548fd0d03 /scripts
parentacpi unit-test: compare DSDT and SSDT tables against expected values (diff)
downloadqemu-9dd6cabdd3bfa49d4f594956e8ee93f8996460c7.tar.gz
qemu-9dd6cabdd3bfa49d4f594956e8ee93f8996460c7.tar.xz
qemu-9dd6cabdd3bfa49d4f594956e8ee93f8996460c7.zip
configure: add CONFIG_IASL to config-host.h
Acpi unit-tests will extract iasl executable from CONFIG_IASL define. Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create_config4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/create_config b/scripts/create_config
index b1adbf5897..06f5316d9d 100755
--- a/scripts/create_config
+++ b/scripts/create_config
@@ -26,6 +26,10 @@ case $line in
# save for the next definitions
prefix=${line#*=}
;;
+ IASL=*) # iasl executable
+ value=${line#*=}
+ echo "#define CONFIG_IASL $value"
+ ;;
CONFIG_AUDIO_DRIVERS=*)
drivers=${line#*=}
echo "#define CONFIG_AUDIO_DRIVERS \\"