diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2016-11-15 19:36:33 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-11-15 20:04:37 +0000 |
commit | 75a39cca8d046749b216046ef5651dda5c451635 (patch) | |
tree | 30b3969b7056ddba9360582b8864029a94e4229b /src/amd/Android.common.mk | |
parent | 95ed2d9d2cf161ce63fe6a8b1694288634b6b65e (diff) |
amd: automake: android: rename sources lists to foo_FILES
Autotools goes smart on us warning that foo_SOURCES variable is present
yet a target with name foo is missing. Rename things (like we do
throughout the build) to silence the warnings.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/amd/Android.common.mk')
-rw-r--r-- | src/amd/Android.common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/Android.common.mk b/src/amd/Android.common.mk index 49f8943900..df65c24d50 100644 --- a/src/amd/Android.common.mk +++ b/src/amd/Android.common.mk @@ -28,7 +28,7 @@ include $(CLEAR_VARS) LOCAL_MODULE := libmesa_amd_common -LOCAL_SRC_FILES := $(AMD_COMPILER_SOURCES) +LOCAL_SRC_FILES := $(AMD_COMPILER_FILES) LOCAL_C_INCLUDES := \ $(MESA_TOP)/include \ |