]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - tools/testing/selftests/net/Makefile
selftests: add headers_install to lib.mk
[mirror_ubuntu-bionic-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 12
01bbc2b2 13KSFT_KHDR_INSTALL := 1
5e29a910
ME
14include ../lib.mk
15
6dff86a3 16$(OUTPUT)/reuseport_bpf_numa: LDFLAGS += -lnuma