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

10 lines
236 B
Bash
Executable File

#!/bin/sh
# This file is part of the coreboot project.
#
# 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:'