]> git.ipfire.org Git - people/arne_f/kernel.git/blame - tools/testing/selftests/net/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / tools / testing / selftests / net / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
a6f68034 2# Makefile for net selftests
77f65ebd 3
3c2c3c16 4CFLAGS = -Wall -Wl,--no-as-needed -O2 -g
77f65ebd
WB
5CFLAGS += -I../../../../usr/include/
6
33b01b7b 7TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh rtnetlink.sh
88baa78d 8TEST_GEN_FILES = socket
e06d79fb
JB
9TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy
10TEST_GEN_PROGS = reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa
11TEST_GEN_PROGS += reuseport_dualstack reuseaddr_conflict
5e29a910
ME
12
13include ../lib.mk
14
6dff86a3 15$(OUTPUT)/reuseport_bpf_numa: LDFLAGS += -lnuma