Merge tag 'rpmsg-v4.14-fixes' of git://github.com/andersson/remoteproc
[linux-2.6-block.git] / tools / testing / selftests / intel_pstate / Makefile
1 CFLAGS := $(CFLAGS) -Wall -D_GNU_SOURCE
2 LDLIBS := $(LDLIBS) -lm
3
4 ifeq (,$(filter $(ARCH),x86))
5 TEST_GEN_FILES := msr aperf
6 endif
7
8 TEST_PROGS := run.sh
9
10 include ../lib.mk
11
12 $(TEST_GEN_FILES): $(HEADERS)