Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
# $FreeBSD$ .PATH: ${SRCTOP}/sys/dev/bge KMOD= if_bge SRCS= if_bge.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h .if ${MACHINE_CPUARCH} == sparc64 SRCS+= ofw_bus_if.h .endif .include <bsd.kmod.mk>