mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +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"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user