freebsd-skq/sys/modules/cxgb/Makefile
kmacy a541ef6e7d Make TCP offload work on HEAD (modulo negative interaction between sbcompress
and t3_push_frames).
 - Import latest changes to cxgb_main.c and cxgb_sge.c from toestack p4 branch
 - make driver local copy of tcp_subr.c and tcp_usrreq.c and override tcp_usrreqs so
   TOE can also functions on versions with unmodified TCP

- add cxgb back to the build
2007-12-17 08:17:51 +00:00

8 lines
99 B
Makefile

# $FreeBSD$
SUBDIR= cxgb
SUBDIR+= toecore
SUBDIR+= tom
#SUBDIR+= iw_cxgb
.include <bsd.subdir.mk>