From 988c8662129fda08df21486508915be419139cf2 Mon Sep 17 00:00:00 2001 From: Nicolai Hähnle Date: Thu, 11 May 2017 14:14:06 +0200 Subject: ac/radeonsi: move radeon_info initialization to amd/common MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v2: update Android.common.mk (Emil) Reviewed-by: Marek Olšák --- src/amd/Android.common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/amd/Android.common.mk') diff --git a/src/amd/Android.common.mk b/src/amd/Android.common.mk index 3eb9618bb90..e3915b45bfe 100644 --- a/src/amd/Android.common.mk +++ b/src/amd/Android.common.mk @@ -29,8 +29,8 @@ include $(CLEAR_VARS) LOCAL_MODULE := libmesa_amd_common LOCAL_SRC_FILES := \ + $(AMD_COMMON_FILES) \ $(AMD_COMPILER_FILES) \ - $(AMD_SURFACE_FILES) \ $(AMD_DEBUG_FILES) LOCAL_CFLAGS += -DFORCE_BUILD_AMDGPU # instructs LLVM to declare LLVMInitializeAMDGPU* functions -- cgit v1.2.3