summaryrefslogtreecommitdiff
path: root/util/lint/lint-stable-010-asm-syntax
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-05-16 09:12:06 -0600
committerMartin Roth <martinroth@google.com>2017-07-21 15:55:21 +0000
commit4cfae2f574c93c5640958fefa9f218c19e11399d (patch)
treea5b24deaaf6d2ca6fa1155270c6680402f9a84bb /util/lint/lint-stable-010-asm-syntax
parente2804c14a48ce18db2f225a738f681d1b79f8a40 (diff)
downloadcoreboot-4cfae2f574c93c5640958fefa9f218c19e11399d.tar.xz
util/lint: exclude patch files from asm syntax check
This allows the paches to add cross-compile support for true x86 16-bit GCC (ia16) to go in. Change-Id: If9246b5fb2f3578afea601fd63b7d716ddf8597e Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/19714 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/lint/lint-stable-010-asm-syntax')
-rwxr-xr-xutil/lint/lint-stable-010-asm-syntax2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lint/lint-stable-010-asm-syntax b/util/lint/lint-stable-010-asm-syntax
index 909eb0e840..a102a774bc 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 '\.patch:'