GNU Linux-libre 4.14.251-gnu1
[releases.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)