summaryrefslogtreecommitdiffstats
path: root/sys/modules/vesa/Makefile
blob: 69a0c330688bc61849768c01cb22b7d1beda47df (plain)
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:	${.CURDIR}/../../dev/fb
SRCS+=	vesa.c

.PATH:	${.CURDIR}/../../dev/syscons
SRCS+=	scvesactl.c

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud