repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
tools
/
testing
/
selftests
/
intel_pstate
/
Makefile
blob
5a3f7d37e91214b88d2e1af2f63f44d84e1ef11a
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
)