mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
54e4ee7163
MFC after: 3 weeks
17 lines
245 B
Makefile
17 lines
245 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CXGBE = ${.CURDIR}/../../dev/cxgbe
|
|
.PATH: ${CXGBE} ${CXGBE}/common
|
|
|
|
KMOD = if_cxgbe
|
|
SRCS = t4_main.c t4_sge.c
|
|
SRCS+= t4_hw.c
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
|
SRCS+= opt_inet.h
|
|
|
|
CFLAGS+= -g -I${CXGBE}
|
|
|
|
.include <bsd.kmod.mk>
|