summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/Makefile
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-05-30 19:23:39 -0400
committerTom Stellard <[email protected]>2012-06-01 11:28:11 -0400
commit65917004d99ccb79f709e621f8f6cf66715ffdca (patch)
treea9fe1a0918745ce97f022df5140d9f09c585d7b0 /src/gallium/drivers/radeon/Makefile
parentafea59bf6546c99e98409945fa69860096952bc3 (diff)
radeon/llvm: Change prefix on tablegen files to AMDGPU
Diffstat (limited to 'src/gallium/drivers/radeon/Makefile')
-rw-r--r--src/gallium/drivers/radeon/Makefile36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/gallium/drivers/radeon/Makefile b/src/gallium/drivers/radeon/Makefile
index 3f930cd2784..db5dbaa0819 100644
--- a/src/gallium/drivers/radeon/Makefile
+++ b/src/gallium/drivers/radeon/Makefile
@@ -38,32 +38,32 @@ endif
R600RegisterInfo.td: R600GenRegisterInfo.pl
$(PERL) $^ > $@
-AMDILGenRegisterInfo.inc: *.td
- $(call tablegen, -gen-register-info, AMDIL.td, $@)
+AMDGPUGenRegisterInfo.inc: *.td
+ $(call tablegen, -gen-register-info, AMDGPU.td, $@)
-AMDILGenInstrInfo.inc: *.td
- $(call tablegen, -gen-instr-info, AMDIL.td, $@)
+AMDGPUGenInstrInfo.inc: *.td
+ $(call tablegen, -gen-instr-info, AMDGPU.td, $@)
-AMDILGenAsmWriter.inc: *.td
- $(call tablegen, -gen-asm-writer, AMDIL.td, $@)
+AMDGPUGenAsmWriter.inc: *.td
+ $(call tablegen, -gen-asm-writer, AMDGPU.td, $@)
-AMDILGenDAGISel.inc: *.td
- $(call tablegen, -gen-dag-isel, AMDIL.td, $@)
+AMDGPUGenDAGISel.inc: *.td
+ $(call tablegen, -gen-dag-isel, AMDGPU.td, $@)
-AMDILGenCallingConv.inc: *.td
- $(call tablegen, -gen-callingconv, AMDIL.td, $@)
+AMDGPUGenCallingConv.inc: *.td
+ $(call tablegen, -gen-callingconv, AMDGPU.td, $@)
-AMDILGenSubtargetInfo.inc: *.td
- $(call tablegen, -gen-subtarget, AMDIL.td, $@)
+AMDGPUGenSubtargetInfo.inc: *.td
+ $(call tablegen, -gen-subtarget, AMDGPU.td, $@)
-AMDILGenEDInfo.inc: *.td
- $(call tablegen, -gen-enhanced-disassembly-info, AMDIL.td, $@)
+AMDGPUGenEDInfo.inc: *.td
+ $(call tablegen, -gen-enhanced-disassembly-info, AMDGPU.td, $@)
-AMDILGenIntrinsics.inc: *.td
- $(call tablegen, -gen-tgt-intrinsic, AMDIL.td, $@)
+AMDGPUGenIntrinsics.inc: *.td
+ $(call tablegen, -gen-tgt-intrinsic, AMDGPU.td, $@)
-AMDILGenCodeEmitter.inc: *.td
- $(call tablegen, -gen-emitter, AMDIL.td, $@)
+AMDGPUGenCodeEmitter.inc: *.td
+ $(call tablegen, -gen-emitter, AMDGPU.td, $@)
LOADER_LIBS=$(shell llvm-config --libs bitreader asmparser)
loader: loader.o libradeon.a