mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Fix world
Approved by: kmacy
This commit is contained in:
parent
c12dbd1d96
commit
b26f0efddd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184950
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user