diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2009-06-06 17:01:44 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2009-06-06 17:01:44 +0000 |
| commit | d5fc25e5d6c52b306312784663ccad85923a9c76 (patch) | |
| tree | b25ad20838dd04b518532c94eb9d46f9bdea013b /sys/modules/cxgb | |
| parent | 977f0a7275178b5c6f0d9ead773f0d344bf1b703 (diff) | |
Notes
Diffstat (limited to 'sys/modules/cxgb')
| -rw-r--r-- | sys/modules/cxgb/tom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cxgb/tom/Makefile b/sys/modules/cxgb/tom/Makefile index 2b8750a40072..4c226705e400 100644 --- a/sys/modules/cxgb/tom/Makefile +++ b/sys/modules/cxgb/tom/Makefile @@ -6,7 +6,7 @@ CXGB = ${.CURDIR}/../../../dev/cxgb KMOD= tom SRCS= cxgb_tom.c cxgb_cpl_io.c cxgb_listen.c cxgb_tom_sysctl.c cxgb_cpl_socket.c SRCS+= cxgb_ddp.c cxgb_vm.c cxgb_l2t.c cxgb_tcp_offload.c -SRCS+= opt_compat.h opt_inet.h opt_inet6.h opt_ipsec.h opt_mac.h +SRCS+= opt_compat.h opt_inet.h opt_inet6.h opt_ipsec.h SRCS+= opt_tcpdebug.h opt_ddb.h opt_sched.h opt_global.h opt_ktr.h SRCS+= device_if.h bus_if.h pci_if.h CFLAGS+= -g -I${CXGB} |
