xref: /linux/tools/testing/selftests/drivers/ntsync/Makefile (revision de203da734fae00e75be50220ba5391e7beecdf9)
1# SPDX-LICENSE-IDENTIFIER: GPL-2.0-only
2TEST_GEN_PROGS := ntsync
3
4CFLAGS += $(KHDR_INCLUDES)
5LDLIBS += -lpthread
6
7include ../../lib.mk
8