xref: /freebsd/sys/modules/vnic/thunder_mdio/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1SYSDIR?=${SRCTOP}/sys
2.include "${SYSDIR}/conf/kern.opts.mk"
3
4S=	${SRCTOP}/sys
5
6.PATH: $S/dev/vnic
7
8KMOD=	thunder_mdio
9SRCS=	opt_platform.h device_if.h bus_if.h pci_if.h ofw_bus_if.h miibus_if.h lmac_if.h
10SRCS+=	thunder_mdio.c thunder_mdio_fdt.c
11
12CFLAGS+=	-DFDT
13
14.include <bsd.kmod.mk>
15