1 # Makefile for net selftests
5 CFLAGS
+= -I..
/..
/..
/..
/usr
/include/
7 NET_PROGS
= socket psock_fanout psock_tpacket reuseport_bpf reuseport_bpf_cpu reuseport_dualstack
11 $(CC
) $(CFLAGS
) -o
$@
$^
13 TEST_PROGS
:= run_netsocktests run_afpackettests test_bpf.sh
14 TEST_FILES
:= $(NET_PROGS
)