Fix kernel_config_fragment that was getting ignored after gem5 addition

This commit is contained in:
Ciro Santilli
2018-01-20 09:50:05 +00:00
parent 027bca7927
commit f5a0111c3e

2
build
View File

@@ -76,7 +76,7 @@ BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE=\"../kernel_config_${arch}\"
" >> "${outdir}/.config"
else
echo "\
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES=../kernel_config_fragment
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES=\"../kernel_config_fragment\"
" >> "${outdir}/.config"
fi
if $x11; then