ilo: fold drm_intel_get_aperture_sizes() within probe_winsys()
[mesa.git] / src / gallium / drivers / radeon / Makefile.sources
index 1f59a25121375cd567cc657c746c4d2681aaa02f..fbb13926c8e941d5ee87c01534d4e413c9317dee 100644 (file)
@@ -1,58 +1,17 @@
-
-GENERATED_SOURCES := \
-       R600Intrinsics.td               \
-       R600RegisterInfo.td             \
-       SIRegisterInfo.td               \
-       SIRegisterGetHWRegNum.inc               \
-       AMDGPUGenRegisterInfo.inc       \
-       AMDGPUGenInstrInfo.inc          \
-       AMDGPUGenAsmWriter.inc          \
-       AMDGPUGenDAGISel.inc            \
-       AMDGPUGenCallingConv.inc                \
-       AMDGPUGenSubtargetInfo.inc              \
-       AMDGPUGenEDInfo.inc             \
-       AMDGPUGenIntrinsics.inc         \
-       AMDGPUGenCodeEmitter.inc        \
-       AMDGPUGenDFAPacketizer.inc
-
-CPP_SOURCES := \
-       AMDIL7XXDevice.cpp              \
-       AMDILCFGStructurizer.cpp        \
-       AMDILDevice.cpp                 \
-       AMDILDeviceInfo.cpp             \
-       AMDILEvergreenDevice.cpp        \
-       AMDILFrameLowering.cpp          \
-       AMDILInstrInfo.cpp              \
-       AMDILIntrinsicInfo.cpp          \
-       AMDILISelDAGToDAG.cpp           \
-       AMDILISelLowering.cpp           \
-       AMDILNIDevice.cpp               \
-       AMDILPeepholeOptimizer.cpp      \
-       AMDILSIDevice.cpp               \
-       AMDILSubtarget.cpp              \
-       AMDGPUSubtarget.cpp             \
-       AMDGPUTargetMachine.cpp         \
-       AMDGPUISelLowering.cpp          \
-       AMDGPUConvertToISA.cpp          \
-       AMDGPUInstrInfo.cpp             \
-       AMDGPURegisterInfo.cpp          \
-       AMDGPUUtil.cpp                  \
-       R600CodeEmitter.cpp             \
-       R600ISelLowering.cpp            \
-       R600InstrInfo.cpp               \
-       R600KernelParameters.cpp        \
-       R600MachineFunctionInfo.cpp     \
-       R600RegisterInfo.cpp            \
-       SIAssignInterpRegs.cpp          \
-       SICodeEmitter.cpp               \
-       SIInstrInfo.cpp                 \
-       SIISelLowering.cpp              \
-       SIMachineFunctionInfo.cpp       \
-       SIRegisterInfo.cpp              \
-       MCTargetDesc/AMDILMCAsmInfo.cpp \
-       MCTargetDesc/AMDILMCTargetDesc.cpp      \
-       TargetInfo/AMDILTargetInfo.cpp  \
-       radeon_llvm_emit.cpp
-
 C_SOURCES := \
-       radeon_setup_tgsi_llvm.c
+        cayman_msaa.c \
+       r600_buffer_common.c \
+       r600_pipe_common.c \
+        r600_query.c \
+       r600_streamout.c \
+        r600_texture.c \
+       radeon_video.c \
+       radeon_uvd.c \
+       radeon_vce.c \
+       radeon_vce_40_2_2.c
+
+LLVM_C_FILES := \
+       radeon_elf_util.c \
+       radeon_setup_tgsi_llvm.c \
+       radeon_llvm_emit.c \
+       radeon_llvm_util.c