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