summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/Makefile.sources
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-08-29 13:01:15 +0000
committerTom Stellard <thomas.stellard@amd.com>2012-09-06 13:30:42 +0000
commitcebbdd4ac23725963207bf6f8fc7101150e6065f (patch)
treedb75800117abd9b1a20e2cd37a5482e026136113 /src/gallium/drivers/radeon/Makefile.sources
parentb6109de34f04747ed2937a2e63c1f53740202d3e (diff)
downloadexternal_mesa3d-cebbdd4ac23725963207bf6f8fc7101150e6065f.zip
external_mesa3d-cebbdd4ac23725963207bf6f8fc7101150e6065f.tar.gz
external_mesa3d-cebbdd4ac23725963207bf6f8fc7101150e6065f.tar.bz2
radeon/llvm: Cleanup makefile
Hopefully, this will fix all the parallel make problems people have been having.
Diffstat (limited to 'src/gallium/drivers/radeon/Makefile.sources')
-rw-r--r--src/gallium/drivers/radeon/Makefile.sources26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/Makefile.sources b/src/gallium/drivers/radeon/Makefile.sources
index 2eb1120..333dd03 100644
--- a/src/gallium/drivers/radeon/Makefile.sources
+++ b/src/gallium/drivers/radeon/Makefile.sources
@@ -1,4 +1,30 @@
+TD_FILES := \
+ AMDGPU.td \
+ AMDGPUInstrInfo.td \
+ AMDGPUInstructions.td \
+ AMDGPUIntrinsics.td \
+ AMDGPURegisterInfo.td \
+ AMDILBase.td \
+ AMDILInstrInfo.td \
+ AMDILIntrinsics.td \
+ AMDILRegisterInfo.td \
+ Processors.td \
+ R600InstrInfo.td \
+ R600Instructions.td \
+ R600Intrinsics.td \
+ R600IntrinsicsNoOpenCL.td \
+ R600IntrinsicsOpenCL.td \
+ R600RegisterInfo.td \
+ R600Schedule.td \
+ SIInstrFormats.td \
+ SIInstrInfo.td \
+ SIInstructions.td \
+ SIIntrinsics.td \
+ SIRegisterInfo.td \
+ SISchedule.td
+
+
GENERATED_SOURCES := \
R600Intrinsics.td \
R600RegisterInfo.td \