From: Marcel Apfelbaum Date: Thu, 26 Dec 2013 14:54:22 +0000 (+0200) Subject: configure: add CONFIG_IASL to config-host.h X-Git-Tag: v2.0.0-rc0~136^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dd6cabdd3bfa49d4f594956e8ee93f8996460c7;p=thirdparty%2Fqemu.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 b1adbf58977..06f5316d9d4 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 \\"