summaryrefslogtreecommitdiffstats
path: root/sys/modules/vesa
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-09-15 20:09:18 +0000
committersos <sos@FreeBSD.org>1998-09-15 20:09:18 +0000
commit8610298fa884f4db1170b5baff6186ef4969717e (patch)
treeddb5f7ef28c17163022dfffa80f6e89452726ec5 /sys/modules/vesa
parent416afe71b725a15044f1dd86ce1d535db22205c8 (diff)
downloadFreeBSD-src-8610298fa884f4db1170b5baff6186ef4969717e.zip
FreeBSD-src-8610298fa884f4db1170b5baff6186ef4969717e.tar.gz
Oops for the Makefile for the VESA lkm
Diffstat (limited to 'sys/modules/vesa')
-rw-r--r--sys/modules/vesa/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile
new file mode 100644
index 0000000..adf66ba
--- /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 <bsd.kmod.mk>
OpenPOWER on IntegriCloud