mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
Add directory structure and fix dependencies to be able to build and use Cavium VNIC driver as a module. Reviewed by: zbb Obtained from: Semihalf Sponsored by: Cavium Differential Revision: https://reviews.freebsd.org/D6345
10 lines
176 B
Makefile
10 lines
176 B
Makefile
# $FreeBSD$
|
|
|
|
SYSDIR?=${.CURDIR}/../..
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
CFLAGS+= -DFDT
|
|
|
|
SUBDIR = mrmlbus thunder_mdio thunder_bgx vnicpf vnicvf
|
|
|
|
.include <bsd.subdir.mk>
|