xref: /linux/tools/testing/selftests/amd-pstate/Makefile (revision 69bfec7548f4c1595bac0e3ddfc0458a5af31f4c)
1# SPDX-License-Identifier: GPL-2.0-only
2# Makefile for amd-pstate/ function selftests
3
4# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
5all:
6
7uname_M := $(shell uname -m 2>/dev/null || echo not)
8ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
9
10TEST_PROGS := run.sh
11TEST_FILES := basic.sh tbench.sh gitsource.sh
12
13include ../lib.mk
14