Input: wm97xx: add new AC97 bus support
[sfrench/cifs-2.6.git] / tools / testing / selftests / ptp / Makefile
1 CFLAGS += -I../../../../usr/include/
2 TEST_PROGS := testptp
3 LDLIBS += -lrt
4 all: $(TEST_PROGS)
5
6 include ../lib.mk
7
8 clean:
9         rm -fr $(TEST_PROGS)