linux-surface/tools/testing/selftests/ptp/Makefile
2017-08-10 09:25:24 -04:00

9 lines
105 B
Makefile

TEST_PROGS := testptp
LDLIBS += -lrt
all: $(TEST_PROGS)
include ../lib.mk
clean:
rm -fr $(TEST_PROGS)