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