]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/vesa/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / vesa / Makefile
1 # $FreeBSD$
2
3 KMOD=   vesa
4 SRCS=   opt_vga.h opt_vesa.h
5 SRCS+=  bus_if.h device_if.h pci_if.h
6
7 .PATH:  ${.CURDIR}/../../dev/fb
8 SRCS+=  vesa.c
9
10 .PATH:  ${.CURDIR}/../../dev/syscons
11 SRCS+=  scvesactl.c
12
13 .include <bsd.kmod.mk>