mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
26cee56642
other kernel infrastructure changes. Note that this doesn't affect the base cxgb(4) NIC driver for T3 at all. MFC after: No MFC. Sponsored by: Chelsio Communications
10 lines
133 B
Makefile
10 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
SYSDIR?=${SRCTOP}/sys
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
SUBDIR= cxgb
|
|
SUBDIR+= cxgb_t3fw
|
|
|
|
.include <bsd.subdir.mk>
|