diff options
-rw-r--r-- | util/testing/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index 977bc9fcc0..094b7a9f2a 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -80,6 +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 test-basic: test-lint test-tools test-abuild test-payloads test-cleanup |