Makefile 179 字节
Newer Older
1 2 3
CFLAGS += -I../../../../../usr/include

TEST_PROGS := hwtstamp_config rxtimestamp timestamping txtimestamp
4 5 6 7 8 9 10

all: $(TEST_PROGS)

include ../../lib.mk

clean:
	rm -fr $(TEST_PROGS)