freebsd-dev/sys/modules/cxgbe/iw_cxgbe/Makefile
Warner Losh aeaed50898 Move most of the 15 variations on generating opt_inet.h and
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.
2014-08-04 22:37:02 +00:00

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>