summaryrefslogtreecommitdiffstats
path: root/sys/modules/vesa
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-09-09 09:50:31 +0000
committerdelphij <delphij@FreeBSD.org>2009-09-09 09:50:31 +0000
commit49000890a8d8e7ddc853db25ceb72d6c8dcc670b (patch)
tree7ca44f508d1d8e6e2d1eaa8e13908bbb1ecaedb5 /sys/modules/vesa
parent9d2fadbd2b45ba60a14fb37bd8671e217ded5386 (diff)
downloadFreeBSD-src-49000890a8d8e7ddc853db25ceb72d6c8dcc670b.zip
FreeBSD-src-49000890a8d8e7ddc853db25ceb72d6c8dcc670b.tar.gz
- 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)
Diffstat (limited to 'sys/modules/vesa')
-rw-r--r--sys/modules/vesa/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile
index eb49f93..8b45915 100644
--- a/sys/modules/vesa/Makefile
+++ b/sys/modules/vesa/Makefile
@@ -1,8 +1,12 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa
-
KMOD= vesa
-SRCS= vesa.c scvesactl.c opt_vga.h opt_vesa.h
+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>
OpenPOWER on IntegriCloud