Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12472
-gerrit
commit 3b2e3a1bb75b7ee99494a6dcb68ba02ab912c3a2 Author: Martin Roth martinroth@google.com Date: Wed Nov 18 20:32:21 2015 -0700
[Not for submission] test whitespace linter on jenkins
Change-Id: I8295e149d0e3027eb432e7a08ee9d82da135155d Signed-off-by: Martin Roth martinroth@google.com --- Makefile.inc | 2 +- src/arch/x86/Makefile.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.inc b/Makefile.inc index b85a2cb..705fb5c 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -15,7 +15,7 @@
GIT:=$(shell [ -d "$(top)/.git" ] && command -v git)
-####################################################################### +####################################################################### # misleadingly named, this is the coreboot version export KERNELVERSION := $(strip $(if $(GIT),\ $(shell git describe --dirty --always || git describe),\ diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc index 03dba34..6b0a893 100644 --- a/src/arch/x86/Makefile.inc +++ b/src/arch/x86/Makefile.inc @@ -16,7 +16,7 @@ ## GNU General Public License for more details. ##
-################################################################################ +################################################################################ # i386 specific tools NVRAMTOOL:=$(objutil)/nvramtool/nvramtool