WIP FPC-III support
[linux/fpc-iii.git] / tools / testing / selftests / ptp / Makefile
blobef06de0898b73980d4af4a1992c20f62b465cedf
1 # SPDX-License-Identifier: GPL-2.0
2 CFLAGS += -I../../../../usr/include/
3 TEST_PROGS := testptp
4 LDLIBS += -lrt
5 all: $(TEST_PROGS)
7 include ../lib.mk
9 clean:
10 rm -fr $(TEST_PROGS)