summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/intel_pstate/Makefile
blob: a97e24edde39ed9d9d51441b01547856641b9606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CFLAGS := $(CFLAGS) -Wall -D_GNU_SOURCE
LDLIBS := $(LDLIBS) -lm

ifeq (,$(filter $(ARCH),x86))
TEST_GEN_FILES := msr aperf
endif

TEST_PROGS := run.sh

include ../lib.mk

$(TEST_GEN_FILES): $(HEADERS)