summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-10-13 19:56:15 +0000
committerIan Romanick <idr@us.ibm.com>2004-10-13 19:56:15 +0000
commit447cdd536fe4539b724e8a7024659e3f4cd724d1 (patch)
treeba64cf7c4d3b15dd52fef34f68a38b8057d988af /Makefile
parentb72ed81818e63a70c1ded2789b9e22ee4c516aae (diff)
Initial support for PowerPC specific code in Mesa and DRI drivers. DRI
drivers built on PowerPC systems should now show things like "PowerPC" or "PowerPC/Altivec" in the GL_RENDERER string. The VMX moniker is used for Altivec/Velocity Engine/VMX SIMD additions. I chose this not because I work for IBM but because it's a LOT shorter to type. :)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e683669e4e5..864ee980b77 100644
--- a/Makefile
+++ b/Makefile
@@ -75,6 +75,7 @@ linux-debug \
linux-dri \
linux-dri-x86 \
linux-dri-x86-64 \
+linux-dri-ppc \
linux-glide \
linux-icc \
linux-icc-static \