From 54feab9f00f252094698efb01ab2460e8533742a Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 14 Mar 2018 19:29:48 +0000 Subject: [PATCH] gem5: also apply kernel config fragments to gem5 --- build | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build b/build index b5677c8..5fe7881 100755 --- a/build +++ b/build @@ -104,10 +104,9 @@ BR2_ROOTFS_POST_SCRIPT_ARGS=\"$post_script_args\" if [ -z "$linux_kernel_custom_config_file" ]; then printf "BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE=\"../kernel_config_${arch_dir}\"\n" >> "${config_file}" fi - else - if [ -z "$linux_kernel_custom_config_file" ]; then - printf "BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES=\"../kernel_config_fragment\"\n" >> "${config_file}" - fi + fi + if [ -z "$linux_kernel_custom_config_file" ]; then + printf "BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES=\"../kernel_config_fragment\"\n" >> "${config_file}" fi if [ "$arch" = 'mips64' ]; then # Workaround for: