summaryrefslogtreecommitdiffstats
path: root/src/amd/Makefile.sources
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2017-05-10 17:35:25 +0200
committerNicolai Hähnle <[email protected]>2017-05-18 11:48:51 +0200
commitf187a493225e33c5ce514c731a0a140d61dacb0b (patch)
tree8c295473ea70ca0e691dc53657312993a981aa6b /src/amd/Makefile.sources
parent15a844986af7a33a055b2c631167b38b3ed25c24 (diff)
ac/radeonsi: move amdgpu_addr_create to ac_surface
v2: - update Android.common.mk (Emil) - rebase on top of Raven support Reviewed-by: Marek Olšák <[email protected]> (v1)
Diffstat (limited to 'src/amd/Makefile.sources')
-rw-r--r--src/amd/Makefile.sources4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources
index 3673cf40dd3..a7ce3fcf02e 100644
--- a/src/amd/Makefile.sources
+++ b/src/amd/Makefile.sources
@@ -55,6 +55,10 @@ AMD_NIR_FILES = \
common/ac_nir_to_llvm.c \
common/ac_nir_to_llvm.h
+AMD_SURFACE_FILES = \
+ common/ac_surface.c \
+ common/ac_surface.h
+
AMD_DEBUG_FILES = \
common/ac_debug.c \
common/ac_debug.h