mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
Make cxgbe(4) buildable with the gcc in base.
This commit is contained in:
parent
146b8e46c9
commit
cddd227c5f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277225
@ -1141,7 +1141,7 @@ dev/cxgb/sys/uipc_mvec.c optional cxgb pci \
|
||||
dev/cxgb/cxgb_t3fw.c optional cxgb cxgb_t3fw \
|
||||
compile-with "${NORMAL_C} -I$S/dev/cxgb"
|
||||
dev/cxgbe/t4_mp_ring.c optional cxgbe pci \
|
||||
compile-with "${NORMAL_C} -I$S/dev/cxgbe"
|
||||
compile-with "${NORMAL_C} -I$S/dev/cxgbe -fms-extensions"
|
||||
dev/cxgbe/t4_main.c optional cxgbe pci \
|
||||
compile-with "${NORMAL_C} -I$S/dev/cxgbe"
|
||||
dev/cxgbe/t4_netmap.c optional cxgbe pci \
|
||||
|
@ -23,6 +23,6 @@ SRCS+= t4_tracer.c
|
||||
# Provide the timestamp of a packet in its header mbuf.
|
||||
#CFLAGS+= -DT4_PKT_TIMESTAMP
|
||||
|
||||
CFLAGS+= -I${CXGBE}
|
||||
CFLAGS+= -I${CXGBE} -fms-extensions
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user