License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[sfrench/cifs-2.6.git] / tools / testing / selftests / networking / timestamping / Makefile
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 include ../../lib.mk
9
10 clean:
11         rm -fr $(TEST_PROGS)