Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / tools / testing / selftests / net / Makefile
blobd7c30d36693536ce30a7dbee9d9e33877e2fdb4e
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for net selftests
4 CFLAGS = -Wall -Wl,--no-as-needed -O2 -g
5 CFLAGS += -I../../../../usr/include/
7 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh rtnetlink.sh
8 TEST_PROGS += fib_tests.sh
9 TEST_GEN_FILES = socket
10 TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy
11 TEST_GEN_PROGS = reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa
12 TEST_GEN_PROGS += reuseport_dualstack reuseaddr_conflict
14 include ../lib.mk
16 $(OUTPUT)/reuseport_bpf_numa: LDFLAGS += -lnuma