summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/drivers/ntsync/Makefile
blob: dbf2b055c0b287dc032e931bccf69720cb7cb57d (plain)
1
2
3
4
5
6
7
# SPDX-LICENSE-IDENTIFIER: GPL-2.0-only
TEST_GEN_PROGS := ntsync

CFLAGS += $(KHDR_INCLUDES)
LDLIBS += -lpthread

include ../../lib.mk