diff options
Diffstat (limited to 'lib/mesa/src/gallium/drivers/radeon/Makefile.sources')
-rw-r--r-- | lib/mesa/src/gallium/drivers/radeon/Makefile.sources | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/lib/mesa/src/gallium/drivers/radeon/Makefile.sources b/lib/mesa/src/gallium/drivers/radeon/Makefile.sources index 9dd4e1a88..f63790c32 100644 --- a/lib/mesa/src/gallium/drivers/radeon/Makefile.sources +++ b/lib/mesa/src/gallium/drivers/radeon/Makefile.sources @@ -2,23 +2,29 @@ C_SOURCES := \ cayman_msaa.c \ r600_buffer_common.c \ r600_cs.h \ + r600d_common.h \ r600_gpu_load.c \ - r600_perfcounter.c \ r600_pipe_common.c \ r600_pipe_common.h \ r600_query.c \ - r600_query.h \ r600_streamout.c \ - r600_test_dma.c \ r600_texture.c \ - r600_viewport.c \ radeon_uvd.c \ radeon_uvd.h \ radeon_vce_40_2_2.c \ radeon_vce_50.c \ - radeon_vce_52.c \ radeon_vce.c \ radeon_vce.h \ radeon_video.c \ radeon_video.h \ radeon_winsys.h + +LLVM_C_FILES := \ + radeon_elf_util.c \ + radeon_elf_util.h \ + radeon_llvm_emit.c \ + radeon_llvm_emit.h \ + radeon_llvm.h \ + radeon_llvm_util.c \ + radeon_llvm_util.h \ + radeon_setup_tgsi_llvm.c |