summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2015-05-24 08:04:19 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2015-05-24 08:04:19 +0000
commit44ed75dc021c42f090349b48cf9e2b3035ead5df (patch)
treefd7670380a37ca92803eb19c310dd91eb4c81fb7 /driver
parent65e0a1a39350fac6f827ebb1cbb11cfdfd85af5a (diff)
Build wsudl(4) on armv7.
Diffstat (limited to 'driver')
-rw-r--r--driver/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/driver/Makefile b/driver/Makefile
index 82a38f305..24ca30d93 100644
--- a/driver/Makefile
+++ b/driver/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.62 2014/07/14 19:14:51 matthieu Exp $
+# $OpenBSD: Makefile,v 1.63 2015/05/24 08:04:18 matthieu Exp $
INPUT_DRV_DEFAULT= \
xf86-input-keyboard \
@@ -63,6 +63,9 @@ VIDEO_DRV_amd64= \
VIDEO_DRV_armish= \
xf86-video-wsfb xf86-video-wsudl
+VIDEO_DRV_armv7= \
+ xf86-video-wsfb xf86-video-wsudl
+
VIDEO_DRV_aviion=
VIDEO_DRV_hppa= \