diff options
author | Tom Stellard <[email protected]> | 2012-08-29 13:01:15 +0000 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-09-06 13:30:42 +0000 |
commit | cebbdd4ac23725963207bf6f8fc7101150e6065f (patch) | |
tree | db75800117abd9b1a20e2cd37a5482e026136113 /src/gallium/drivers/radeon/Makefile.sources | |
parent | b6109de34f04747ed2937a2e63c1f53740202d3e (diff) |
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.sources | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/Makefile.sources b/src/gallium/drivers/radeon/Makefile.sources index 2eb11208957..333dd03392d 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 \ |