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
power: supply: bq24190_charger: Add disable-reset device-property
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
capabilities
/
Makefile
blob
008602aed9209237254ca334a0a745f06c0888c4
1
TEST_FILES
:=
validate_cap
2
TEST_PROGS
:=
test_execve
3
4
BINARIES
:= $(
TEST_FILES
) $(
TEST_PROGS
)
5
6
CFLAGS
+= -
O2
-
g
-
std
=
gnu99
-
Wall
7
LDLIBS
+= -
lcap-ng
-
lrt
-
ldl
8
9
all
: $(
BINARIES
)
10
11
clean
:
12
$(
RM
) $(
BINARIES
)
13
14
include
..
/
lib.mk
15