summaryrefslogtreecommitdiffstats
path: root/sys/modules/vesa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/vesa/Makefile')
-rw-r--r--sys/modules/vesa/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile
index eb49f93..69a0c33 100644
--- a/sys/modules/vesa/Makefile
+++ b/sys/modules/vesa/Makefile
@@ -1,8 +1,13 @@
# $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
+SRCS+= bus_if.h device_if.h pci_if.h
+
+.PATH: ${.CURDIR}/../../dev/fb
+SRCS+= vesa.c
+
+.PATH: ${.CURDIR}/../../dev/syscons
+SRCS+= scvesactl.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud