summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/amd-pstate/Makefile
blob: 1d6f962a8f9e2d91f54a7cb1822f7f0f80e1b393 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0-only
# Makefile for amd-pstate/ function selftests

# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
all:

TEST_PROGS := basic.sh

include ../lib.mk