]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - tools/testing/selftests/ptp/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / tools / testing / selftests / ptp / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
3e18b641 2CFLAGS += -I../../../../usr/include/
8dbbf854
SK
3TEST_PROGS := testptp
4LDLIBS += -lrt
5all: $(TEST_PROGS)
6
7include ../lib.mk
8
9clean:
10 rm -fr $(TEST_PROGS)