From 4cfae2f574c93c5640958fefa9f218c19e11399d Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 16 May 2017 09:12:06 -0600 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/19714 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- util/lint/lint-stable-010-asm-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:'