aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cxgb
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2008-11-14 01:56:11 +0000
committerPaul Saab <ps@FreeBSD.org>2008-11-14 01:56:11 +0000
commitb26f0efdddaa02442a1843347924c8ad6aad7bcc (patch)
treed56f60c427488a758875c1982639eaca5e98c63e /sys/modules/cxgb
parentc12dbd1d96e615eca5b650aa39526b40cf03a31b (diff)
Notes
Diffstat (limited to 'sys/modules/cxgb')
-rw-r--r--sys/modules/cxgb/iw_cxgb/Makefile2
-rw-r--r--sys/modules/cxgb/toecore/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/cxgb/iw_cxgb/Makefile b/sys/modules/cxgb/iw_cxgb/Makefile
index 1731285e8fd9..8cfe6dbd6bda 100644
--- a/sys/modules/cxgb/iw_cxgb/Makefile
+++ b/sys/modules/cxgb/iw_cxgb/Makefile
@@ -7,7 +7,7 @@ KMOD= iw_cxgb
SRCS= iw_cxgb.c iw_cxgb_cm.c iw_cxgb_hal.c
SRCS+= iw_cxgb_provider.c iw_cxgb_qp.c iw_cxgb_resource.c
SRCS+= iw_cxgb_ev.c iw_cxgb_mem.c iw_cxgb_dbg.c iw_cxgb_cq.c
-SRCS+= bus_if.h device_if.h opt_sched.h pci_if.h pcib_if.h opt_ktr.h
+SRCS+= bus_if.h device_if.h opt_sched.h pci_if.h pcib_if.h opt_ktr.h opt_inet.h
CFLAGS+= -g -I${CXGB}
#CFLAGS+= -DDEBUG
diff --git a/sys/modules/cxgb/toecore/Makefile b/sys/modules/cxgb/toecore/Makefile
index 52b9f623d953..43425196a87a 100644
--- a/sys/modules/cxgb/toecore/Makefile
+++ b/sys/modules/cxgb/toecore/Makefile
@@ -5,7 +5,7 @@ CXGB = ${.CURDIR}/../../../dev/cxgb
KMOD= toecore
SRCS= toedev.c
-SRCS+= device_if.h bus_if.h pci_if.h opt_sched.h
+SRCS+= device_if.h bus_if.h pci_if.h opt_sched.h opt_inet.h
CFLAGS+= -g -I${CXGB}
.include <bsd.kmod.mk>