mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
15 lines
272 B
Makefile
15 lines
272 B
Makefile
|
|
SYSDIR?=${SRCTOP}/sys
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
S= ${SRCTOP}/sys
|
|
|
|
.PATH: $S/dev/vnic
|
|
|
|
KMOD= thunder_bgx
|
|
SRCS= thunder_bgx.c thunder_bgx_fdt.c
|
|
SRCS+= opt_platform.h device_if.h bus_if.h pci_if.h lmac_if.h ofw_bus_if.h
|
|
|
|
CFLAGS+= -DFDT
|
|
|
|
.include <bsd.kmod.mk>
|