/
usr
/
lib
/
modules
/
3.10.0-1160.31.1.el7.x86_64
/
build
/
tools
/
testing
/
selftests
/
net
/
File Upload :
llllll
Current File: //usr/lib/modules/3.10.0-1160.31.1.el7.x86_64/build/tools/testing/selftests/net/Makefile
# Makefile for net selftests CC = $(CROSS_COMPILE)gcc CFLAGS = -Wall -O2 -g CFLAGS += -I../../../../usr/include/ NET_PROGS = socket psock_fanout psock_tpacket all: $(NET_PROGS) %: %.c $(CC) $(CFLAGS) -o $@ $^ run_tests: all @/bin/sh ./run_netsocktests || echo "sockettests: [FAIL]" @/bin/sh ./run_afpackettests || echo "afpackettests: [FAIL]" clean: $(RM) $(NET_PROGS)
Copyright ©2k19 -
Hexid
|
Tex7ure