Home | History | Annotate | Download | only in timestamping
      1 # SPDX-License-Identifier: GPL-2.0
      2 CFLAGS += -I../../../../../usr/include
      3 
      4 TEST_PROGS := hwtstamp_config rxtimestamp timestamping txtimestamp
      5 
      6 all: $(TEST_PROGS)
      7 
      8 top_srcdir = ../../../../..
      9 include ../../lib.mk
     10 
     11 clean:
     12 	rm -fr $(TEST_PROGS)
     13