Home | History | Annotate | Download | only in net
      1 # SPDX-License-Identifier: GPL-2.0
      2 # Makefile for net selftests
      3 
      4 CFLAGS =  -Wall -Wl,--no-as-needed -O2 -g
      5 CFLAGS += -I../../../../usr/include/
      6 
      7 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh rtnetlink.sh
      8 TEST_GEN_FILES =  socket
      9 TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy
     10 TEST_GEN_PROGS = reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa
     11 TEST_GEN_PROGS += reuseport_dualstack reuseaddr_conflict
     12 
     13 include ../lib.mk
     14 
     15 $(OUTPUT)/reuseport_bpf_numa: LDFLAGS += -lnuma
     16