Deleted Added
full compact
Makefile (222509) Makefile (223483)
1#
1#
2# $FreeBSD: head/sys/modules/cxgbe/if_cxgbe/Makefile 222509 2011-05-30 21:07:26Z np $
2# $FreeBSD: head/sys/modules/cxgbe/if_cxgbe/Makefile 223483 2011-06-23 20:31:52Z uqs $
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
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
13
14CFLAGS+= -I${CXGBE}
15
16# Provide the timestamp of a packet in its header mbuf.
17#CFLAGS+= -DT4_PKT_TIMESTAMP
18
19.include <bsd.kmod.mk>
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>