blob: 83555cee68d34a2791634996d648d3a1fedf5092 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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>
|