mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 01:02:28 -04:00
- 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)
12 lines
177 B
Makefile
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>
|