OSDN Git Service

net: dsa: mv88e6xxx: Fix masking of egress port
[tomoyo/tomoyo-test1.git] / tools / testing / selftests / net / mptcp / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 top_srcdir = ../../../../..
4
5 CFLAGS =  -Wall -Wl,--no-as-needed -O2 -g
6
7 TEST_PROGS := mptcp_connect.sh
8
9 TEST_GEN_FILES = mptcp_connect
10
11 EXTRA_CLEAN := *.pcap
12
13 include ../../lib.mk