]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/vnic/thunder_bgx/Makefile
sqlite3: Vendor import of sqlite3 3.43.1
[FreeBSD/FreeBSD.git] / sys / modules / vnic / thunder_bgx / Makefile
1
2 SYSDIR?=${SRCTOP}/sys
3 .include "${SYSDIR}/conf/kern.opts.mk"
4
5 S=      ${SRCTOP}/sys
6
7 .PATH: $S/dev/vnic
8
9 KMOD=   thunder_bgx
10 SRCS=   thunder_bgx.c thunder_bgx_fdt.c
11 SRCS+=  opt_platform.h device_if.h bus_if.h pci_if.h lmac_if.h ofw_bus_if.h
12
13 CFLAGS+=        -DFDT
14
15 .include <bsd.kmod.mk>