diff --git a/scripts/create_config b/scripts/create_config index b1adbf5897784e3c0f3d07c135d78f1f9e11685d..06f5316d9d43b08c6f6dbb3ee724374843e3367e 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 \\"