mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 23:27:20 +00:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
![]() |
# SPDX-LICENSE-IDENTIFIER: GPL-2.0-only
|
||
|
TEST_GEN_PROGS := ntsync
|
||
|
|
||
|
CFLAGS += $(KHDR_INCLUDES)
|
||
|
LDLIBS += -lpthread
|
||
|
|
||
|
include ../../lib.mk
|