Deleted Added
full compact
Makefile (277637) Makefile (278913)
1#
1#
2# $FreeBSD: head/sys/modules/cxgbe/if_cxgbe/Makefile 277637 2015-01-24 04:41:14Z np $
2# $FreeBSD: head/sys/modules/cxgbe/if_cxgbe/Makefile 278913 2015-02-17 19:27:14Z glebius $
3#
4
5CXGBE= ${.CURDIR}/../../../dev/cxgbe
6.PATH: ${CXGBE} ${CXGBE}/common
7
8KMOD= if_cxgbe
9SRCS= bus_if.h
10SRCS+= device_if.h

--- 10 unchanged lines hidden (view full) ---

21SRCS+= t4_tracer.c
22
23# Provide the timestamp of a packet in its header mbuf.
24#CFLAGS+= -DT4_PKT_TIMESTAMP
25
26CFLAGS+= -I${CXGBE}
27
28.include <bsd.kmod.mk>
3#
4
5CXGBE= ${.CURDIR}/../../../dev/cxgbe
6.PATH: ${CXGBE} ${CXGBE}/common
7
8KMOD= if_cxgbe
9SRCS= bus_if.h
10SRCS+= device_if.h

--- 10 unchanged lines hidden (view full) ---

21SRCS+= t4_tracer.c
22
23# Provide the timestamp of a packet in its header mbuf.
24#CFLAGS+= -DT4_PKT_TIMESTAMP
25
26CFLAGS+= -I${CXGBE}
27
28.include <bsd.kmod.mk>
29CFLAGS+= ${GCC_MS_EXTENSIONS}