From: Marcel Apfelbaum Date: Thu, 26 Dec 2013 14:54:22 +0000 (+0200) Subject: configure: add CONFIG_IASL to config-host.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9dd6cabdd3bfa49d4f594956e8ee93f8996460c7;p=qemu.git configure: add CONFIG_IASL to config-host.h Acpi unit-tests will extract iasl executable from CONFIG_IASL define. Signed-off-by: Marcel Apfelbaum Signed-off-by: Michael S. Tsirkin --- 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 \\"