diff options
author | Eric Anholt <[email protected]> | 2011-10-20 14:55:53 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-10-28 11:19:56 -0700 |
commit | 2f4c7ebea683de1d84501cfd11dbb963e7c027f6 (patch) | |
tree | 65858349c01bc73913455ff7bead8b51bdd71396 /configs/linux-dri-ppc | |
parent | 9171bfe5f6549858ba952313829c50c5f905cd3d (diff) |
mesa: Remove build infrastructure for r300c and r600c.
These drivers have been superseded by the gallium equivalents.
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 cc1ab9c4ff8..5dd3615fff5 100644 --- a/configs/linux-dri-ppc +++ b/configs/linux-dri-ppc @@ -13,5 +13,5 @@ MESA_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 = r200 r300 radeon +DRI_DIRS = r200 radeon |