1# 2# $FreeBSD$ 3# 4 5CXGBE= ${SRCTOP}/sys/dev/cxgbe 6.PATH: ${CXGBE} ${CXGBE}/common ${CXGBE}/cudbg 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 pci_iov_if.h 17SRCS+= t4_if.c t4_if.h 18SRCS+= t4_hw.c 19SRCS+= t4_iov.c 20SRCS+= t4_l2t.c 21SRCS+= t4_main.c 22SRCS+= t4_mp_ring.c 23SRCS+= t4_netmap.c 24SRCS+= t4_sched.c 25SRCS+= t4_sge.c 26SRCS+= t4_tracer.c 27SRCS+= cudbg_common.c 28SRCS+= cudbg_flash_utils.c 29SRCS+= cudbg_lib.c 30SRCS+= cudbg_wtp.c 31SRCS+= fastlz_api.c 32SRCS+= fastlz.c 33 34# Provide the timestamp of a packet in its header mbuf. 35#CFLAGS+= -DT4_PKT_TIMESTAMP 36 37CFLAGS+= -I${CXGBE} 38 39.include <bsd.kmod.mk> 40