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
Linux 4.16-rc1
[cris-mirror.git]
/
tools
/
testing
/
selftests
/
networking
/
timestamping
/
Makefile
blob
a728040edbe18e14061eda8302043f340392e27f
1
# SPDX-License-Identifier: GPL-2.0
2
CFLAGS
+= -
I..
/
..
/
..
/
..
/
..
/
usr
/
include
3
4
TEST_PROGS
:=
hwtstamp_config rxtimestamp timestamping txtimestamp
5
6
all
: $(
TEST_PROGS
)
7
8
include
..
/
..
/
lib.mk
9
10
clean
:
11
rm
-
fr
$(
TEST_PROGS
)