diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-12-04 22:41:22 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-12-04 22:41:22 +0000 |
commit | df9dac4ae8cce5598da8f2bb3cf7a61d05dec3a6 (patch) | |
tree | 05eb6b48375a369412ed4e53492afde8af0584b3 /driver/Makefile | |
parent | 5167acef226b2ccfb288d0795b4c81b232004024 (diff) |
Link the radeonhd driver to the builds.
Diffstat (limited to 'driver/Makefile')
-rw-r--r-- | driver/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/driver/Makefile b/driver/Makefile index 84e9c499c..ab6f6bdd5 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2007/05/12 14:24:59 matthieu Exp $ +# $OpenBSD: Makefile,v 1.15 2007/12/04 22:41:21 matthieu Exp $ # Broken # xf86-input-calcomp xf86-input-citron xf86-input-dmc @@ -68,7 +68,7 @@ VIDEO_DRV_alpha= \ VIDEO_DRV_amd64= \ ${VIDEO_DRV_COMMON} \ - xf86-video-intel xf86-video-vmware + xf86-video-intel xf86-video-radeonhd xf86-video-vmware VIDEO_DRV_hppa= @@ -76,6 +76,7 @@ VIDEO_DRV_i386= \ ${VIDEO_DRV_COMMON} \ xf86-video-i810 xf86-video-vmware \ xf86-video-i740 xf86-video-nsc \ + xf86-video-radeonhd \ xf86-video-via xf86-video-voodoo VIDEO_DRV_landisk= |