From 1b83357d8a213b52824688856a3afa9caa65263c Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 23 Oct 2003 17:32:54 +0000 Subject: [PATCH] Hook i386/vesa up to the module build --- sys/dev/video/Makefile | 4 ++-- sys/dev/video/i386/Makefile | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 sys/dev/video/i386/Makefile diff --git a/sys/dev/video/Makefile b/sys/dev/video/Makefile index b607854414..813b4cfe67 100644 --- a/sys/dev/video/Makefile +++ b/sys/dev/video/Makefile @@ -1,6 +1,6 @@ -# $DragonFly: src/sys/dev/video/Makefile,v 1.1 2003/08/15 08:32:32 dillon Exp $ +# $DragonFly: src/sys/dev/video/Makefile,v 1.2 2003/10/23 17:32:52 dillon Exp $ # -SUBDIR=bktr fb +SUBDIR=bktr fb ${MACHINE_ARCH} .include diff --git a/sys/dev/video/i386/Makefile b/sys/dev/video/i386/Makefile new file mode 100644 index 0000000000..df985f46ac --- /dev/null +++ b/sys/dev/video/i386/Makefile @@ -0,0 +1,6 @@ +# $DragonFly: src/sys/dev/video/i386/Makefile,v 1.1 2003/10/23 17:32:54 dillon Exp $ +# + +SUBDIR=vesa + +.include -- 2.41.0