[coreboot-gerrit] Change in coreboot[master]: util/testing: Don't keep tegra lp0 build results

Patrick Georgi (Code Review) gerrit at coreboot.org
Wed Sep 6 13:23:50 CEST 2017


Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/21420


Change subject: util/testing: Don't keep tegra lp0 build results
......................................................................

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 at google.com>
---
M util/testing/Makefile.inc
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/21420/1

diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc
index 094b7a9..321db0d 100644
--- a/util/testing/Makefile.inc
+++ b/util/testing/Makefile.inc
@@ -80,8 +80,8 @@
 	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
 

-- 
To view, visit https://review.coreboot.org/21420
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib656a085d70e2aeb1601f1943ad8581af3133839
Gerrit-Change-Number: 21420
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170906/2d2171ec/attachment-0001.html>


More information about the coreboot-gerrit mailing list