selftests: ptp: Fix incorrect kernel headers search path
[platform/kernel/linux-starfive.git] / tools / testing / selftests / ptp / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 CFLAGS += $(KHDR_INCLUDES)
3 TEST_PROGS := testptp
4 LDLIBS += -lrt
5 all: $(TEST_PROGS)
6
7 include ../lib.mk
8
9 clean:
10         rm -fr $(TEST_PROGS)