Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / tools / testing / selftests / ptp / Makefile
1 TEST_PROGS := testptp
2 LDLIBS += -lrt
3 all: $(TEST_PROGS)
4
5 include ../lib.mk
6
7 clean:
8         rm -fr $(TEST_PROGS)