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