1S= ${SRCTOP}/sys 2 3.PATH: $S/dev/vnic 4 5KMOD= thunder_bgx 6SRCS= thunder_bgx.c thunder_bgx_fdt.c 7SRCS+= opt_platform.h device_if.h bus_if.h pci_if.h lmac_if.h ofw_bus_if.h 8 9CFLAGS+= -DFDT 10 11.include <bsd.kmod.mk> 12