freebsd-nq/sys/modules/vesa/Makefile
John Baldwin 3ed78c6696 - Include opt_vesa.h in vesa.c so that the VESA_DEBUG option is actually
propagated from the kernel config file to the source.
- Add some more debug messages to list each mode that is rejected or found.
2000-10-06 01:43:59 +00:00

9 lines
166 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa
KMOD = vesa
SRCS = vesa.c scvesactl.c opt_vga.h opt_vesa.h
NOMAN =
.include <bsd.kmod.mk>