1# $FreeBSD: releng/10.2/sys/modules/vesa/Makefile 198251 2009-10-19 20:58:10Z jkim $
2
3KMOD=	vesa
4SRCS=	opt_vga.h opt_vesa.h
5SRCS+=	bus_if.h device_if.h pci_if.h
6
7.PATH:	${.CURDIR}/../../dev/fb
8SRCS+=	vesa.c
9
10.PATH:	${.CURDIR}/../../dev/syscons
11SRCS+=	scvesactl.c
12
13.include <bsd.kmod.mk>
14