[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 <mihai.lindner@nxp.com>
This commit is contained in:
Mihai Lindner 2019-11-25 14:46:12 +02:00 committed by Pierre Bossart
parent b090cc8abc
commit 58ed327217

View File

@ -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