freebsd-dev/sys/modules/vesa/Makefile

20 lines
352 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
1998-09-15 20:09:18 +00:00
.PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa
KMOD = vesa
SRCS = vesa.c scvesactl.c sc.h vga.h opt_syscons.h opt_vga.h \
opt_vesa.h opt_fb.h
1998-09-15 20:09:18 +00:00
NOMAN =
CLEANFILES = sc.h vga.h
1998-09-15 20:09:18 +00:00
sc.h:
echo "#define NSC 1" > sc.h
vga.h:
echo "#define NVGA 1" > vga.h
1998-09-15 20:09:18 +00:00
opt_vesa.h:
echo "#define VESA 1" > opt_vesa.h
.include <bsd.kmod.mk>