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

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

KMOD= cxgb_t3fw
SRCS+= cxgb_t3fw.c

.include <bsd.kmod.mk>