Merge tag 'riscv/for-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv...
[linux-2.6-block.git] / tools / testing / selftests / arm64 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 # ARCH can be overridden by the user for cross compiling
4 ARCH ?= $(shell uname -m 2>/dev/null || echo not)
5
6 ifneq (,$(filter $(ARCH),aarch64 arm64))
7 TEST_GEN_PROGS := tags_test
8 TEST_PROGS := run_tags_test.sh
9 endif
10
11 include ../lib.mk