repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
accel/qaic: Add AIC200 support
[drm/drm-misc.git]
/
tools
/
testing
/
selftests
/
resctrl
/
Makefile
blob
f408bd6bfc3d439c2a5353cde492c794ba7007d8
1
# SPDX-License-Identifier: GPL-2.0
2
3
CFLAGS
= -
g
-
Wall
-
O2
-
D_FORTIFY_SOURCE
=
2
4
CFLAGS
+= $(
KHDR_INCLUDES
)
5
6
TEST_GEN_PROGS
:=
resctrl_tests
7
8
LOCAL_HDRS
+= $(
wildcard
*
.h
)
9
10
include
..
/
lib.mk
11
12
$(
OUTPUT
)/
resctrl_tests
: $(
wildcard
*
.c
)