blob: 92fb8ee917c5632b58b85402659f5ac2023ebef0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
CFLAGS += -I../../../../../usr/include
TEST_PROGS := hwtstamp_config rxtimestamp timestamping txtimestamp
all: $(TEST_PROGS)
include ../../lib.mk
clean:
rm -fr $(TEST_PROGS)
|