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
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
ptp
/
Makefile
blob
ef06de0898b73980d4af4a1992c20f62b465cedf
1
# SPDX-License-Identifier: GPL-2.0
2
CFLAGS
+= -
I..
/
..
/
..
/
..
/
usr
/
include
/
3
TEST_PROGS
:=
testptp
4
LDLIBS
+= -
lrt
5
all
: $(
TEST_PROGS
)
6
7
include
..
/
lib.mk
8
9
clean
:
10
rm
-
fr
$(
TEST_PROGS
)