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