Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
# $FreeBSD$ KMOD= vesa SRCS= opt_vga.h opt_vesa.h SRCS+= bus_if.h device_if.h pci_if.h .PATH: ${SRCTOP}/sys/dev/fb SRCS+= vesa.c .PATH: ${SRCTOP}/sys/dev/syscons SRCS+= scvesactl.c .include <bsd.kmod.mk>