From de76f29d47235e1716072017b15b028dbce065a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Tue, 14 May 2019 00:00:08 +0000 Subject: [PATCH] build-linux: do olddefconfig even if no fragments In particular, gem5 kernel 4.15 needs it --- build-linux | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build-linux b/build-linux index b828d479..a49f6f69 100755 --- a/build-linux +++ b/build-linux @@ -182,13 +182,13 @@ Run `make modules_install` after `make`. ] + self.sh.add_newlines(config_fragments) ) - self.sh.run_cmd( - ( - common_make_args + - ['olddefconfig', LF] - ), - **common_args - ) + self.sh.run_cmd( + ( + common_make_args + + ['olddefconfig', LF] + ), + **common_args + ) if self.env['build']: self.sh.run_cmd( (