summaryrefslogtreecommitdiffstats
path: root/sys/modules/vesa/Makefile
blob: 8b459159de5b85e6f5570a63f472563ae822b1b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

KMOD=	vesa
SRCS=	opt_vga.h opt_vesa.h

.PATH:	${.CURDIR}/../../dev/fb
SRCS+=	vesa.c

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

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