summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/Android.mk
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-02-27 11:48:08 +1100
committerTimothy Arceri <[email protected]>2017-02-28 13:20:31 +1100
commitd90bf4ef3e1db71d407f492254c594adffa592b3 (patch)
tree095f183e4337c8cf0e69952fafc4c2ead59ad865 /src/gallium/drivers/radeon/Android.mk
parent503fb134e850c9ceb9189edbb7f6567070ed0d0b (diff)
radeon: remove unused radeon_elf_util.{c,h}
We now use the shared code in AMD common instead. Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/Android.mk')
-rw-r--r--src/gallium/drivers/radeon/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/Android.mk b/src/gallium/drivers/radeon/Android.mk
index 31eaa16e941..2bddac832a2 100644
--- a/src/gallium/drivers/radeon/Android.mk
+++ b/src/gallium/drivers/radeon/Android.mk
@@ -31,7 +31,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(C_SOURCES)
ifeq ($(MESA_ENABLE_LLVM),true)
-LOCAL_SRC_FILES += $(LLVM_C_FILES)
LOCAL_CFLAGS += -DFORCE_BUILD_AMDGPU # instructs LLVM to declare LLVMInitializeAMDGPU* functions
endif