From e41b0d09bac11d21d88077c95b0a689bd72f65ab Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 6 Sep 2017 13:22:59 +0200 Subject: util/testing: Don't keep tegra lp0 build results MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don't actually care for them on our testers, just that the files can be built. Change-Id: Ib656a085d70e2aeb1601f1943ad8581af3133839 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/21420 Reviewed-by: Paul Menzel Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- util/testing/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index 094b7a9f2a..321db0d277 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -80,8 +80,8 @@ what-jenkins-does: unset COREBOOT_BUILD_DIR;$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=payloads/ BLD=nvramcui MFLAGS= MAKEFLAGS= MAKETARGET=all junit.xml unset COREBOOT_BUILD_DIR;$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=payloads/ BLD=coreinfo MFLAGS= MAKEFLAGS= MAKETARGET=defaultbuild junit.xml $(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=util/ BLD=romcc MFLAGS= MAKEFLAGS= MAKETARGET=test junit.xml - $(MAKE) -C src/soc/nvidia/tegra124/lp0 - $(MAKE) -C src/soc/nvidia/tegra210/lp0 + $(MAKE) -C src/soc/nvidia/tegra124/lp0 all clean + $(MAKE) -C src/soc/nvidia/tegra210/lp0 all clean test-basic: test-lint test-tools test-abuild test-payloads test-cleanup -- cgit v1.2.3