From c3fa0a68ff42c60ddecdf5fb39da017a308a0493 Mon Sep 17 00:00:00 2001 From: Søren Schmidt Date: Tue, 15 Sep 1998 20:09:18 +0000 Subject: Oops for the Makefile for the VESA lkm --- sys/modules/vesa/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sys/modules/vesa/Makefile (limited to 'sys/modules') diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile new file mode 100644 index 000000000000..adf66ba04807 --- /dev/null +++ b/sys/modules/vesa/Makefile @@ -0,0 +1,19 @@ +# $Id: $ + +.PATH: ${.CURDIR}/../../../sys/i386/isa +KMOD = vesa_mod +SRCS = vesa.c scvesactl.c sc.h opt_vesa.h opt_vm86.h +NOMAN = +CFLAGS += -DVESA_MODULE +CLEANFILES += sc.h opt_vesa.h opt_vm86.h + +sc.h: + echo "#define NSC 1" > sc.h + +opt_vesa.h: + echo "#define VESA 1" > opt_vesa.h + +opt_vm86.h: + echo "#define VM86 1" > opt_vm86.h + +.include -- cgit v1.3