diff options
author | Vladimir Dergachev <volodya@freedesktop.org> | 2005-08-07 21:50:33 +0000 |
---|---|---|
committer | Vladimir Dergachev <volodya@freedesktop.org> | 2005-08-07 21:50:33 +0000 |
commit | 8e653f12bc0c77821ca2524b65c828c4feda3b9f (patch) | |
tree | c6f56df85af2d92dbe0280170ea2c1497388cf1b /configs/linux-dri-ppc | |
parent | bf54a28384f70b80f1a523fe24312cc56b0827a1 (diff) |
Allow R300 driver to build on x86-64 and PowerPC.
Diffstat (limited to 'configs/linux-dri-ppc')
-rw-r--r-- | configs/linux-dri-ppc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri-ppc b/configs/linux-dri-ppc index 5b80feb71fb..ab9265cc7a1 100644 --- a/configs/linux-dri-ppc +++ b/configs/linux-dri-ppc @@ -13,5 +13,5 @@ ASM_SOURCES = $(PPC_SOURCES) # Build only the drivers for cards that exist on PowerPC. At some point MGA # will be added, but not yet. -DRI_DIRS = dri_client mach64 r128 r200 radeon tdfx +DRI_DIRS = dri_client mach64 r128 r200 r300 radeon tdfx |