aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cxgb/cxgb_t3fw/Makefile
blob: 0d2f36330f5c2809172e47da03d2f3e221f35f5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

CXGB = ${.CURDIR}/../../../dev/cxgb
.PATH: ${CXGB} 

KMOD= cxgb_t3fw
SRCS+= cxgb_t3fw.c
CFLAGS+= -g -I${CXGB}

.include <bsd.kmod.mk>