summaryrefslogtreecommitdiffstats
path: root/sys/modules/vesa/Makefile
blob: 610226f4e02c8318088c236bb5ec4faf58038970 (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:	${SRCTOP}/sys/dev/fb
SRCS+=	vesa.c

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

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