From 58ed327217ba03698a14191fe17c540551bb956e Mon Sep 17 00:00:00 2001 From: Mihai Lindner Date: Mon, 25 Nov 2019 14:46:12 +0200 Subject: [PATCH] [DEBUG][CI]travis: KCFLAGS consistency Be consistent with KCFLAGS across `make` targets. The previous build output is ignored and everything gets rebuilt, when targeting 'bindeb-pkg' after removing the KCFLAGS. Signed-off-by: Mihai Lindner --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f7a05d36d2c3..3a679f060adf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,13 +34,13 @@ jobs: - make coccicheck MODE=report M=sound/soc/sof - name: "BUILD SOF Kernel x86_64" script: - - export ARCH=x86_64 + - export ARCH=x86_64 KCFLAGS="-Wall -Werror" - make defconfig - scripts/kconfig/merge_config.sh .config kconfig/base-defconfig kconfig/sof-defconfig - make modules_prepare - - KCFLAGS="-Wall -Werror" make -j`getconf _NPROCESSORS_ONLN` M=sound/soc/sof W=1 - - KCFLAGS="-Wall -Werror" make -j`getconf _NPROCESSORS_ONLN` - - make bindeb-pkg -j`getconf _NPROCESSORS_ONLN` + - make -j`getconf _NPROCESSORS_ONLN` M=sound/soc/sof W=1 + - make -j`getconf _NPROCESSORS_ONLN` + - make -j`getconf _NPROCESSORS_ONLN` bindeb-pkg - name: "BUILD SST Kernel x86_64" script: - export ARCH=x86_64