git.codelabs.ch
/
muen
/
linux.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5a3f7d37e91214b88d2e1af2f63f44d84e1ef11a
[muen/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)