xref: /freebsd-14.2/sys/modules/vnic/Makefile (revision 031beb4e)
1
2SYSDIR?=${SRCTOP}/sys
3.include "${SYSDIR}/conf/kern.opts.mk"
4
5CFLAGS+=	-DFDT
6
7SUBDIR = mrmlbus thunder_mdio thunder_bgx vnicpf vnicvf
8
9.include <bsd.subdir.mk>
10