diff options
author | Patrick Georgi <pgeorgi@google.com> | 2017-09-06 13:22:59 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2017-09-06 11:36:27 +0000 |
commit | e41b0d09bac11d21d88077c95b0a689bd72f65ab (patch) | |
tree | 5fb64ff9876d93999d1c63c5d56baaaf28474eee /util/testing | |
parent | 3a19a1c38ee482e0cb85fc86c3d3d13691411971 (diff) | |
download | coreboot-e41b0d09bac11d21d88077c95b0a689bd72f65ab.tar.xz |
util/testing: Don't keep tegra lp0 build results
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 <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/21420
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/testing')
-rw-r--r-- | util/testing/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |