1 # Makefile for net selftests
3 CC
= $(CROSS_COMPILE
)gcc
6 CFLAGS
+= -I..
/..
/..
/..
/usr
/include/
8 NET_PROGS
= socket psock_fanout psock_tpacket
12 $(CC
) $(CFLAGS
) -o
$@
$^
15 @
/bin
/sh .
/run_netsocktests || echo
"sockettests: [FAIL]"
16 @
/bin
/sh .
/run_afpackettests || echo
"afpackettests: [FAIL]"