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