repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
capabilities
/
Makefile
blob
6e9d98d457d5b625c93cd83ac94ca1030f02b09a
1
# SPDX-License-Identifier: GPL-2.0
2
TEST_GEN_FILES
:=
validate_cap
3
TEST_GEN_PROGS
:=
test_execve
4
5
CFLAGS
+= -
O2
-
g
-
std
=
gnu99
-
Wall
6
LDLIBS
+= -
lcap-ng
-
lrt
-
ldl
7
8
include
..
/
lib.mk
9