diff options
| author | Kip Macy <kmacy@FreeBSD.org> | 2007-12-17 08:17:51 +0000 |
|---|---|---|
| committer | Kip Macy <kmacy@FreeBSD.org> | 2007-12-17 08:17:51 +0000 |
| commit | 8090c9f504c0c19831713ab2392d0993a5fc5b36 (patch) | |
| tree | f9b5d406a9741ca821495d3f36a570d2d0fdae9b /sys/modules/cxgb | |
| parent | 7fab871d8c286b59928cba454a398fc8f65d5ab6 (diff) | |
Notes
Diffstat (limited to 'sys/modules/cxgb')
| -rw-r--r-- | sys/modules/cxgb/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/cxgb/cxgb/Makefile | 6 | ||||
| -rw-r--r-- | sys/modules/cxgb/tom/Makefile | 8 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sys/modules/cxgb/Makefile b/sys/modules/cxgb/Makefile index 120cc9bcaaab..ef633e7492cc 100644 --- a/sys/modules/cxgb/Makefile +++ b/sys/modules/cxgb/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ SUBDIR= cxgb SUBDIR+= toecore -#SUBDIR+= tom +SUBDIR+= tom #SUBDIR+= iw_cxgb .include <bsd.subdir.mk> diff --git a/sys/modules/cxgb/cxgb/Makefile b/sys/modules/cxgb/cxgb/Makefile index b8455f1c3cb5..1f41ac2a06e9 100644 --- a/sys/modules/cxgb/cxgb/Makefile +++ b/sys/modules/cxgb/cxgb/Makefile @@ -8,11 +8,11 @@ SRCS= cxgb_mc5.c cxgb_vsc8211.c cxgb_ael1002.c cxgb_mv88e1xxx.c SRCS+= cxgb_xgmac.c cxgb_vsc7323.c cxgb_t3_hw.c cxgb_main.c SRCS+= cxgb_sge.c cxgb_lro.c cxgb_offload.c cxgb_l2t.c SRCS+= device_if.h bus_if.h pci_if.h opt_zero.h opt_sched.h -SRCS+= uipc_mvec.c -#SRCS+= cxgb_multiq.c cxgb_support.c +SRCS+= uipc_mvec.c cxgb_support.c +#SRCS+= cxgb_multiq.c CFLAGS+= -DCONFIG_CHELSIO_T3_CORE -g -DCONFIG_DEFINED -DDEFAULT_JUMBO -I${CXGB} -DSMP -CFLAGS+= -DDISABLE_MBUF_IOVEC +#CFLAGS+= -DDISABLE_MBUF_IOVEC #CFLAGS+= -DIFNET_MULTIQUEUE #CFLAGS+= -DINVARIANT_SUPPORT -DINVARIANTS #CFLAGS+= -DWITNESS diff --git a/sys/modules/cxgb/tom/Makefile b/sys/modules/cxgb/tom/Makefile index ece891ce79fb..ba02b9196bb9 100644 --- a/sys/modules/cxgb/tom/Makefile +++ b/sys/modules/cxgb/tom/Makefile @@ -4,5 +4,9 @@ TOM = ${.CURDIR}/../../../dev/cxgb/ulp/tom KMOD= tom SRCS= cxgb_tom.c cxgb_cpl_io.c cxgb_listen.c cxgb_tom_sysctl.c cxgb_cpl_socket.c -SRCS+= device_if.h bus_if.h pci_if.h -.include <bsd.kmod.mk>
\ No newline at end of file +SRCS+= cxgb_tcp_subr.c cxgb_tcp_usrreq.c +SRCS+= opt_compat.h opt_inet.h opt_inet6.h opt_ipsec.h opt_mac.h opt_tcpdebug.h opt_ddb.h +SRCS+= device_if.h bus_if.h pci_if.h + +#CFLAGS+= -DDEBUG_PRINT -DDEBUG +.include <bsd.kmod.mk> |
