summaryrefslogtreecommitdiffstats
path: root/src/mesa/es/sources.mak
diff options
context:
space:
mode:
authorKristian Høgsberg <[email protected]>2010-04-22 20:52:21 -0400
committerKristian Høgsberg <[email protected]>2010-04-27 19:28:10 -0400
commit44f9aef9ee9ceda0659e882afbac4d877267c4fd (patch)
tree25b9166877af6bad5c63a60ce9211763e90ecf21 /src/mesa/es/sources.mak
parentc90166fd4fad6bbbeda51a4338bf17d976864188 (diff)
mesa: Move GLES1/2 vbo entrypoints to vbo_exec_api.c
This let's us drop stubs.c.
Diffstat (limited to 'src/mesa/es/sources.mak')
-rw-r--r--src/mesa/es/sources.mak2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/es/sources.mak b/src/mesa/es/sources.mak
index 0f682f507e9..e6908feea31 100644
--- a/src/mesa/es/sources.mak
+++ b/src/mesa/es/sources.mak
@@ -10,7 +10,6 @@ LOCAL_ES1_SOURCES := \
main/es_fbo.c \
main/es_query_matrix.c \
main/es_texgen.c \
- main/stubs.c \
glapi/glapi-es1/main/enums.c
LOCAL_ES1_GALLIUM_SOURCES := \
@@ -30,7 +29,6 @@ LOCAL_ES2_SOURCES := \
main/get_es2.c \
main/es_cpaltex.c \
main/es_fbo.c \
- main/stubs.c \
glapi/glapi-es2/main/enums.c
LOCAL_ES2_GALLIUM_SOURCES := \