summaryrefslogtreecommitdiffstats
path: root/sys/modules/cxgb
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2008-11-14 01:56:11 +0000
committerps <ps@FreeBSD.org>2008-11-14 01:56:11 +0000
commitbef3030b0c0f67dc27a17bba642b98b3ec45f984 (patch)
treed56f60c427488a758875c1982639eaca5e98c63e /sys/modules/cxgb
parent4950c07888a788b6ccfd1655faf26a04ab577a0b (diff)
downloadFreeBSD-src-bef3030b0c0f67dc27a17bba642b98b3ec45f984.zip
FreeBSD-src-bef3030b0c0f67dc27a17bba642b98b3ec45f984.tar.gz
Fix world
Approved by: kmacy
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 1731285..8cfe6db 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 52b9f62..4342519 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>
OpenPOWER on IntegriCloud