Deleted Added
full compact
Makefile (197025) Makefile (198251)
1# $FreeBSD: head/sys/modules/vesa/Makefile 197025 2009-09-09 09:50:31Z delphij $
1# $FreeBSD: head/sys/modules/vesa/Makefile 198251 2009-10-19 20:58:10Z jkim $
2
3KMOD= vesa
4SRCS= opt_vga.h opt_vesa.h
2
3KMOD= vesa
4SRCS= opt_vga.h opt_vesa.h
5SRCS+= bus_if.h device_if.h pci_if.h
5
6.PATH: ${.CURDIR}/../../dev/fb
7SRCS+= vesa.c
8
9.PATH: ${.CURDIR}/../../dev/syscons
10SRCS+= scvesactl.c
11
12.include <bsd.kmod.mk>
6
7.PATH: ${.CURDIR}/../../dev/fb
8SRCS+= vesa.c
9
10.PATH: ${.CURDIR}/../../dev/syscons
11SRCS+= scvesactl.c
12
13.include <bsd.kmod.mk>