summaryrefslogtreecommitdiffstats
path: root/src/amd/Makefile.sources
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-04-28 13:35:18 +0100
committerEmil Velikov <[email protected]>2017-04-28 14:13:01 +0100
commitc0139955fa0f286c40c21fabfacd697a056d4957 (patch)
treec4ea009b5593bd3ea3f6a8c5bafbb05293d9b080 /src/amd/Makefile.sources
parentecc39b665091d4505044e3631f90c8a599dae06e (diff)
ac: automake: sort sources list alphabetically
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/amd/Makefile.sources')
-rw-r--r--src/amd/Makefile.sources6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources
index 620b046cdb7..3673cf40dd3 100644
--- a/src/amd/Makefile.sources
+++ b/src/amd/Makefile.sources
@@ -46,10 +46,10 @@ AMD_COMPILER_FILES = \
common/ac_llvm_build.c \
common/ac_llvm_build.h \
common/ac_llvm_helper.cpp \
- common/ac_shader_info.c \
- common/ac_shader_info.h \
common/ac_llvm_util.c \
- common/ac_llvm_util.h
+ common/ac_llvm_util.h \
+ common/ac_shader_info.c \
+ common/ac_shader_info.h
AMD_NIR_FILES = \
common/ac_nir_to_llvm.c \