diff options
author | Martin Roth <martinroth@google.com> | 2017-05-16 09:12:06 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-21 15:55:21 +0000 |
commit | 4cfae2f574c93c5640958fefa9f218c19e11399d (patch) | |
tree | a5b24deaaf6d2ca6fa1155270c6680402f9a84bb /util | |
parent | e2804c14a48ce18db2f225a738f681d1b79f8a40 (diff) |
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')
-rwxr-xr-x | util/lint/lint-stable-010-asm-syntax | 2 |
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:' |