summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/ptp/Makefile
blob: d4064c742c2673424b0fbac81afde676fa24f4d0 (plain)
1
2
3
4
5
6
7
8
9
CFLAGS += -I../../../../usr/include/
TEST_PROGS := testptp
LDLIBS += -lrt
all: $(TEST_PROGS)

include ../lib.mk

clean:
	rm -fr $(TEST_PROGS)
OpenPOWER on IntegriCloud