util: add ectool, superiotool, and viatool to what-jenkins-does
Change-Id: Ib39ec8acee8de5678e06792323920d44a75e0ada Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: http://review.coreboot.org/12122 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
917acb5656
commit
1fec04b47e
|
@ -706,8 +706,11 @@ junit.xml:
|
||||||
|
|
||||||
TOOLLIST= \
|
TOOLLIST= \
|
||||||
cbmem \
|
cbmem \
|
||||||
|
ectool \
|
||||||
inteltool \
|
inteltool \
|
||||||
nvramtool
|
nvramtool \
|
||||||
|
superiotool \
|
||||||
|
viatool
|
||||||
JENKINS_PAYLOAD?=none
|
JENKINS_PAYLOAD?=none
|
||||||
CPUS?=4
|
CPUS?=4
|
||||||
what-jenkins-does:
|
what-jenkins-does:
|
||||||
|
|
Loading…
Reference in New Issue