]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - tools/testing/selftests/intel_pstate/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / tools / testing / selftests / intel_pstate / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 CFLAGS := $(CFLAGS) -Wall -D_GNU_SOURCE
3 LDLIBS := $(LDLIBS) -lm
4
5 ifeq (,$(filter $(ARCH),x86))
6 TEST_GEN_FILES := msr aperf
7 endif
8
9 TEST_PROGS := run.sh
10
11 include ../lib.mk
12
13 $(TEST_GEN_FILES): $(HEADERS)