Paul Menzel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60278 )
Change subject: util/testing: Sort libpayload payloads lexicographically ......................................................................
util/testing: Sort libpayload payloads lexicographically
Change-Id: I49047810a9125db172a3f77581b5358fc049e85b Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M util/testing/Makefile.inc 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/60278/1
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index 0830aea..df2cea3 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -64,6 +64,7 @@
TEST_PAYLOADLIST_INTERNAL= \ coreinfo \ +gfxtest \ nvramcui
JENKINS_PAYLOAD?=none @@ -95,8 +96,8 @@ util/abuild/abuild -o $(COREBOOT_BUILD_DIR)/chromeos $(ABUILD_OPTIONS) -x -X $(top)/abuild-chromeos.xml util/abuild/abuild -o $(COREBOOT_BUILD_DIR)/default $(ABUILD_OPTIONS) $(foreach tool, $(TOOLLIST), $(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR="util/$(tool)" BLD="$(tool)" MFLAGS= MAKEFLAGS= MAKETARGET= junit.xml; ) - unset COREBOOT_BUILD_DIR;$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=payloads/nvramcui BLD=nvramcui MFLAGS= MAKEFLAGS= MAKETARGET=all junit.xml unset COREBOOT_BUILD_DIR;$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=payloads/coreinfo BLD=coreinfo MFLAGS= MAKEFLAGS= MAKETARGET=defaultbuild junit.xml + unset COREBOOT_BUILD_DIR;$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=payloads/nvramcui BLD=nvramcui MFLAGS= MAKEFLAGS= MAKETARGET=all junit.xml (cd payloads/libpayload; unset COREBOOT_BUILD_DIR; $(MAKE) $(if $(JENKINS_NOCCACHE),,CONFIG_LP_CCACHE=y) V=$(V) Q=$(Q) junit.xml) # These targets don't use the standard build system, so we need to provide an xcompile to them. $(MAKE) xcompile=$(COREBOOT_BUILD_DIR)/xcompile $(COREBOOT_BUILD_DIR)/xcompile