mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 12:34:26 +01:00
Fix kernel_config_fragment that was getting ignored after gem5 addition
This commit is contained in:
2
build
2
build
@@ -76,7 +76,7 @@ BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE=\"../kernel_config_${arch}\"
|
|||||||
" >> "${outdir}/.config"
|
" >> "${outdir}/.config"
|
||||||
else
|
else
|
||||||
echo "\
|
echo "\
|
||||||
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES=../kernel_config_fragment
|
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES=\"../kernel_config_fragment\"
|
||||||
" >> "${outdir}/.config"
|
" >> "${outdir}/.config"
|
||||||
fi
|
fi
|
||||||
if $x11; then
|
if $x11; then
|
||||||
|
|||||||
Reference in New Issue
Block a user