blob: e1ce948f0202c11c60064df1e452297fbb3a3e2f [file] [log] [blame]
Martin Roth0ad5fbd2020-12-24 12:06:38 -07001#!/usr/bin/env sh
Patrick Georgi35852b92016-01-22 13:37:14 +01002#
Patrick Georgi7333a112020-05-08 20:48:04 +02003# SPDX-License-Identifier: GPL-2.0-only
4
Patrick Georgi35852b92016-01-22 13:37:14 +01005# DESCR: Check that we use a single assembler syntax
6
Martin Rothd81debd2022-06-03 00:06:57 -06007LINTDIR="$(
8 cd -- "$(dirname "$0")" > /dev/null 2>&1 || return
9 pwd -P
10)"
11
12# shellcheck source=helper_functions.sh
13. "${LINTDIR}/helper_functions.sh"
14
15${GREP_FILES} -n "\.\(att\|intel\)_syntax\>" | grep -v '\.patch:'