summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2015-07-31 16:39:06 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-07-31 19:43:35 +0200
commitb551d8b0c338d207b60d90adec023bc787f7f285 (patch)
tree535b0d07f5028f98e8b2c324e60fe6059cf3207b /Makefile.inc
parent1db856d08aecdb3a5fb76ddee7918afc1964b395 (diff)
downloadcoreboot-b551d8b0c338d207b60d90adec023bc787f7f285.tar.gz
coreboot-b551d8b0c338d207b60d90adec023bc787f7f285.tar.bz2
coreboot-b551d8b0c338d207b60d90adec023bc787f7f285.zip
what-jenkins-does: Adapt to recent libpayload kconfig changes
Since we don't actually use this target at this time, it was bitrotting. Fix it up, so we can start to use it. Change-Id: I27d2ed4fb2640680acf739a87d61cb0d1463d705 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: http://review.coreboot.org/11095 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 14fa9908c3ba..2a4eaf6afe71 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -683,5 +683,5 @@ $(obj)/board_id:
JENKINS_PAYLOAD=none
what-jenkins-does:
util/abuild/abuild -B -J $(if $(JENKINS_NOCCACHE),,-y) -c 4 -z -p $(JENKINS_PAYLOAD)
- (cd payloads/libpayload; $(MAKE) $(if $(JENKINS_NOCCACHE),,CONFIG_CCACHE=y) V=$(V) Q=$(Q) junit.xml)
+ (cd payloads/libpayload; unset COREBOOT_BUILD_DIR; $(MAKE) $(if $(JENKINS_NOCCACHE),,CONFIG_LP_CCACHE=y) V=$(V) Q=$(Q) junit.xml)
$(MAKE) V=$(V) Q=$(Q) -C util/cbmem junit.xml