aeaed50898
opt_inet6.h into kmod.mk by forcing almost everybody to eat the same dogfood. While at it, consolidate the opt_bpf.h and opt_mroute.h targets here too.
29 lines
481 B
Makefile
29 lines
481 B
Makefile
# $FreeBSD$
|
|
|
|
CXGBE= ${.CURDIR}/../../../dev/cxgbe
|
|
.PATH: ${CXGBE}/iw_cxgbe
|
|
|
|
KMOD= iw_cxgbe
|
|
SRCS= bus_if.h
|
|
SRCS+= cm.c
|
|
SRCS+= cq.c
|
|
SRCS+= device.c
|
|
SRCS+= device_if.h
|
|
SRCS+= ev.c
|
|
SRCS+= id_table.c
|
|
SRCS+= mem.c
|
|
SRCS+= opt_inet.h
|
|
SRCS+= opt_ktr.h
|
|
SRCS+= opt_ofed.h
|
|
SRCS+= opt_sched.h
|
|
SRCS+= pci_if.h
|
|
SRCS+= pcib_if.h
|
|
SRCS+= provider.c
|
|
SRCS+= qp.c
|
|
SRCS+= resource.c
|
|
SRCS+= vnode_if.h
|
|
|
|
CFLAGS+= -I${CXGBE} -I${.CURDIR}/../../../ofed/include -DLINUX_TYPES_DEFINED
|
|
|
|
.include <bsd.kmod.mk>
|