blob: 540ac05b9e8e7e4e3aef7acd7a064352f09aa0f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
C_SOURCES := \
r600_buffer_common.c \
r600_pipe_common.c \
r600_streamout.c \
r600_texture.c \
radeon_uvd.c
LLVM_C_FILES := \
radeon_setup_tgsi_llvm.c \
radeon_llvm_emit.c \
radeon_llvm_util.c
|