opnsense-src/sys/modules/vesa/Makefile
Xin LI ee5e90dab2 - Teach vesa(4) and dpms(4) about x86emu. [1]
- Add vesa kernel options for amd64.
 - Connect libvgl library and splash kernel modules to amd64 build.
 - Connect manual page dpms(4) to amd64 build.
 - Remove old vesa/dpms files.

Submitted by:	paradox <ddkprog yahoo com> [1], swell k at gmail.com
		(with some minor tweaks)
2009-09-09 09:50:31 +00:00

12 lines
177 B
Makefile

# $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>