diff options
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc index 8b11cf6bdf..d72e6f94d3 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -565,3 +565,9 @@ $(obj)/coreboot.pre: $(objcbfs)/$(ROMSTAGE_ELF) $(obj)/coreboot.pre1 $(CBFSTOOL) -n $(CONFIG_CBFS_PREFIX)/romstage -c none \ $(CBFSTOOL_PRE_OPTS) mv $@.tmp $@ + +JENKINS_PAYLOAD=none +what-jenkins-does: + util/abuild/abuild -B -J -y -c 4 -p $(JENKINS_PAYLOAD) + (cd payloads/libpayload; $(MAKE) CONFIG_CCACHE=y V=$(V) Q=$(Q) junit.xml) + $(MAKE) V=$(V) Q=$(Q) -C util/cbmem junit.xml |