Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0
2
3top_srcdir = ../../../../..
4
5CFLAGS = -Wall -Wl,--no-as-needed -O2 -g -I$(top_srcdir)/usr/include $(KHDR_INCLUDES)
6
7TEST_PROGS := mptcp_connect.sh pm_netlink.sh mptcp_join.sh diag.sh \
8 simult_flows.sh mptcp_sockopt.sh userspace_pm.sh
9
10TEST_GEN_FILES = mptcp_connect pm_nl_ctl mptcp_sockopt mptcp_inq
11
12TEST_FILES := mptcp_lib.sh settings
13
14EXTRA_CLEAN := *.pcap
15
16include ../../lib.mk