aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/ptp/Makefile
blob: 8f57f88ecadd632746d47365b62ac2896149f8fc (plain) (blame)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0
CFLAGS += $(KHDR_INCLUDES)
TEST_GEN_PROGS := testptp
LDLIBS += -lrt
TEST_PROGS = phc.sh

include ../lib.mk