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>
This commit is contained in:
Martin Roth 2017-05-16 09:12:06 -06:00
parent e2804c14a4
commit 4cfae2f574
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@
# DESCR: Check that we use a single assembler syntax # DESCR: Check that we use a single assembler syntax
LC_ALL=C export LC_ALL LC_ALL=C export LC_ALL
git grep -n "\.\(att\|intel\)_syntax\>" git grep -n "\.\(att\|intel\)_syntax\>" | grep -v '\.patch:'