summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2015-07-31 16:54:12 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-07-31 19:43:44 +0200
commite1514070c9cccb4c69fcf622f7159c114d08d7f3 (patch)
tree7e47a98bcfa030f7fb8c2a9999022624f7e9fae7 /Makefile.inc
parentb551d8b0c338d207b60d90adec023bc787f7f285 (diff)
downloadcoreboot-e1514070c9cccb4c69fcf622f7159c114d08d7f3.tar.gz
coreboot-e1514070c9cccb4c69fcf622f7159c114d08d7f3.tar.bz2
coreboot-e1514070c9cccb4c69fcf622f7159c114d08d7f3.zip
what-jenkins-does: make its payload selection overridable
Change-Id: Ifbdc6bf73595a0d04a8ae09c80394787b6f76d13 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: http://review.coreboot.org/11096 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 2a4eaf6afe71..0cb597fba418 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -680,7 +680,7 @@ board_id-type := raw
$(obj)/board_id:
printf $(CONFIG_BOARD_ID_STRING) > $@
-JENKINS_PAYLOAD=none
+JENKINS_PAYLOAD?=none
what-jenkins-does:
util/abuild/abuild -B -J $(if $(JENKINS_NOCCACHE),,-y) -c 4 -z -p $(JENKINS_PAYLOAD)
(cd payloads/libpayload; unset COREBOOT_BUILD_DIR; $(MAKE) $(if $(JENKINS_NOCCACHE),,CONFIG_LP_CCACHE=y) V=$(V) Q=$(Q) junit.xml)