Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# Makefile for net selftests
2
3CFLAGS = -Wall -Wl,--no-as-needed -O2 -g
4CFLAGS += -I../../../../usr/include/
5
6reuseport_bpf_numa: LDFLAGS += -lnuma
7
8TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh
9TEST_GEN_FILES = socket
10TEST_GEN_FILES += psock_fanout psock_tpacket
11TEST_GEN_FILES += reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa
12TEST_GEN_FILES += reuseport_dualstack
13
14include ../lib.mk
15