coreboot-kgpe-d16/util/lint/lint-stable-010-asm-syntax

9 lines
191 B
Bash
Executable File

#!/bin/sh
#
# SPDX-License-Identifier: GPL-2.0-only
# DESCR: Check that we use a single assembler syntax
LC_ALL=C export LC_ALL
git grep -n "\.\(att\|intel\)_syntax\>" | grep -v '\.patch:'