]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/modules/cxgbe/if_cxgbe/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / sys / modules / cxgbe / if_cxgbe / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 CXGBE = ${.CURDIR}/../../../dev/cxgbe
6 .PATH: ${CXGBE} ${CXGBE}/common
7
8 KMOD = if_cxgbe
9 SRCS = t4_main.c t4_sge.c t4_l2t.c
10 SRCS+= t4_hw.c
11 SRCS+= device_if.h bus_if.h pci_if.h
12 SRCS+= opt_inet.h
13 SRCS+= opt_ofed.h
14
15 CFLAGS+= -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>