1# 2# $FreeBSD$ 3# 4 5CXGBE= ${.CURDIR}/../../../dev/cxgbe 6.PATH: ${CXGBE} ${CXGBE}/common 7 8KMOD= if_cxgbe 9SRCS= bus_if.h 10SRCS+= device_if.h 11SRCS+= opt_inet.h 12SRCS+= opt_inet6.h 13SRCS+= opt_ofed.h 14SRCS+= pci_if.h 15SRCS+= t4_hw.c 16SRCS+= t4_l2t.c 17SRCS+= t4_main.c 18SRCS+= t4_mp_ring.c 19SRCS+= t4_netmap.c 20SRCS+= t4_sge.c 21SRCS+= t4_tracer.c 22 23# Provide the timestamp of a packet in its header mbuf. 24#CFLAGS+= -DT4_PKT_TIMESTAMP 25 26CFLAGS+= -I${CXGBE} -fms-extensions 27 28.include <bsd.kmod.mk> 29