summaryrefslogtreecommitdiffstats
path: root/src/mesa/Android.mk
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-11-06 23:18:36 -0800
committerChad Versace <chad.versace@linux.intel.com>2012-11-12 15:52:41 -0800
commite9e8e194e2c607f14cbf3c3df6d5daeb1890603b (patch)
tree5ab199e8ff284e7cee04fcba5be020dd51cbba17 /src/mesa/Android.mk
parentbe655ec61760af0056a2ee40b3a616bebe6d0544 (diff)
downloadexternal_mesa3d-e9e8e194e2c607f14cbf3c3df6d5daeb1890603b.zip
external_mesa3d-e9e8e194e2c607f14cbf3c3df6d5daeb1890603b.tar.gz
external_mesa3d-e9e8e194e2c607f14cbf3c3df6d5daeb1890603b.tar.bz2
automake: Merge separated *_CXX_FILES variables to *_FILES in core mesa.
They were always used with the corresponding *_FILES variables now that automake handles rule generation. Reviewed-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/Android.mk')
-rw-r--r--src/mesa/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/Android.mk b/src/mesa/Android.mk
index c32b1c0..5523781 100644
--- a/src/mesa/Android.mk
+++ b/src/mesa/Android.mk
@@ -26,8 +26,6 @@
LOCAL_PATH := $(call my-dir)
# Import the following variables:
-# MESA_CXX_FILES
-# MESA_GALLIUM_CXX_FILES
# MESA_GALLIUM_FILES
# MESA_FILES
# X86_FILES
@@ -70,7 +68,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
$(MESA_GALLIUM_FILES) \
- $(MESA_GALLIUM_CXX_FILES) \
$(common_ASM)
LOCAL_CFLAGS := $(common_CFLAGS)
@@ -108,7 +105,6 @@ LOCAL_C_INCLUDES := \
LOCAL_SRC_FILES := \
$(MESA_FILES) \
- $(MESA_CXX_FILES) \
$(common_ASM)
include $(LOCAL_PATH)/Android.gen.mk