[coreboot-gerrit] Change in coreboot[master]: util/lint: exclude util/crossgcc from asm syntax check

Martin Roth (Code Review) gerrit at coreboot.org
Tue May 16 17:12:20 CEST 2017


Martin Roth has uploaded a new change for review. ( https://review.coreboot.org/19714 )

Change subject: util/lint: exclude util/crossgcc from asm syntax check
......................................................................

util/lint: exclude util/crossgcc from asm syntax check

Change-Id: If9246b5fb2f3578afea601fd63b7d716ddf8597e
Signed-off-by: Martin Roth <martinroth at google.com>
---
M util/lint/lint-stable-010-asm-syntax
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/19714/1

diff --git a/util/lint/lint-stable-010-asm-syntax b/util/lint/lint-stable-010-asm-syntax
index 909eb0e..68c59f9 100755
--- a/util/lint/lint-stable-010-asm-syntax
+++ b/util/lint/lint-stable-010-asm-syntax
@@ -15,4 +15,4 @@
 # DESCR: Check that we use a single assembler syntax
 
 LC_ALL=C export LC_ALL
-git grep -n "\.\(att\|intel\)_syntax\>"
+git grep -n "\.\(att\|intel\)_syntax\>" | grep -v 'util/crossgcc'

-- 
To view, visit https://review.coreboot.org/19714
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If9246b5fb2f3578afea601fd63b7d716ddf8597e
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Martin Roth <martinroth at google.com>



More information about the coreboot-gerrit mailing list