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_ddb.h 12SRCS+= opt_inet.h 13SRCS+= opt_inet6.h 14SRCS+= opt_ofed.h 15SRCS+= opt_rss.h 16SRCS+= pci_if.h 17SRCS+= t4_hw.c 18SRCS+= t4_l2t.c 19SRCS+= t4_main.c 20SRCS+= t4_mp_ring.c 21SRCS+= t4_netmap.c 22SRCS+= t4_sge.c 23SRCS+= t4_tracer.c 24 25# Provide the timestamp of a packet in its header mbuf. 26#CFLAGS+= -DT4_PKT_TIMESTAMP 27 28CFLAGS+= -I${CXGBE} 29 30.include <bsd.kmod.mk> 31