summaryrefslogtreecommitdiffstats
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-01-20 16:01:38 -0500
committerMatt Turner <mattst88@gmail.com>2012-01-21 22:43:54 -0500
commitd387899388bd7090bda50593e35f8ed3cb730c47 (patch)
treec8f5b6babbaf8ba242d96c92a7c1bd966fd2dd67 /src/mesa/sources.mak
parent309ba0cfa2bbd79307ea73f3fefe77de8bf94c35 (diff)
downloadexternal_mesa3d-d387899388bd7090bda50593e35f8ed3cb730c47.zip
external_mesa3d-d387899388bd7090bda50593e35f8ed3cb730c47.tar.gz
external_mesa3d-d387899388bd7090bda50593e35f8ed3cb730c47.tar.bz2
Remove src/mesa/ppc
It didn't actually do anything except modify the GL_RENDERER string.
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index 165a6c8..b57a10e 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -277,7 +277,6 @@ ASM_C_SOURCES = \
x86/sse.c \
x86/rtasm/x86sse.c \
sparc/sparc.c \
- ppc/common_ppc.c \
x86-64/x86-64.c
X86_SOURCES = \
@@ -336,7 +335,6 @@ MESA_GALLIUM_SOURCES = \
$(VBO_SOURCES) \
$(STATETRACKER_SOURCES) \
$(PROGRAM_SOURCES) \
- ppc/common_ppc.c \
x86/common_x86.c
MESA_GALLIUM_CXX_SOURCES = \