79775f8f1b
Submitted by: Chelsio Inc.
11 lines
147 B
Makefile
11 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
CXGB = ${.CURDIR}/../../../dev/cxgb
|
|
.PATH: ${CXGB}
|
|
|
|
KMOD= cxgb_t3fw
|
|
SRCS+= cxgb_t3fw.c
|
|
CFLAGS+= -g -I${CXGB}
|
|
|
|
.include <bsd.kmod.mk>
|