Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/21390
Change subject: util/testing: Also test-build tegra's lp0 resume code ......................................................................
util/testing: Also test-build tegra's lp0 resume code
The regular build doesn't build it, so it fails every now and then due to changes in its dependencies. Make sure we notice these early.
Change-Id: I0603b22887487d8871611d91e6f8ab0ec210bff1 Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- M util/testing/Makefile.inc 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/21390/1
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index 977bc9f..3e6d0c6 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -80,6 +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 + printf 'include ../../../../../.xcompile\nGCC_PREFIX=$(subst -gcc,-,$(GCC_CC_arm))\ninclude Makefile' |$(MAKE) -C src/soc/nvidia/tegra124/lp0 -f - + printf 'include ../../../../../.xcompile\nGCC_PREFIX=$(subst -gcc,-,$(GCC_CC_arm))\ninclude Makefile' |$(MAKE) -C src/soc/nvidia/tegra210/lp0 -f -
test-basic: test-lint test-tools test-abuild test-payloads test-cleanup