summaryrefslogtreecommitdiff
path: root/lib/Target/AMDGPU/Makefile
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-07-16 18:19:53 +0000
committerTom Stellard <thomas.stellard@amd.com>2012-07-16 18:19:53 +0000
commitb1162b8d4be6680c9f2c9f3124ce279876e2bb15 (patch)
tree0545af6b660afcb963fe50548fa6cd9d7a7c627a /lib/Target/AMDGPU/Makefile
parent78a95d09868ccaf70162f8b9e5eed3a0ca89951c (diff)
Revert "AMDGPU: Add core backend files for R600/SI codegen v6"
This reverts commit 4ea70107c5e51230e9e60f0bf58a0f74aa4885ea. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160303 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/AMDGPU/Makefile')
-rw-r--r--lib/Target/AMDGPU/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/Target/AMDGPU/Makefile b/lib/Target/AMDGPU/Makefile
deleted file mode 100644
index 461eb9b4ed2..00000000000
--- a/lib/Target/AMDGPU/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-##===- lib/Target/AMDGPU/Makefile ---------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-LIBRARYNAME = LLVMAMDGPUCodeGen
-TARGET = AMDGPU
-
-# Make sure that tblgen is run, first thing.
-BUILT_SOURCES = AMDGPUGenRegisterInfo.inc AMDGPUGenInstrInfo.inc \
- AMDGPUGenDAGISel.inc AMDGPUGenSubtargetInfo.inc \
- AMDGPUGenCodeEmitter.inc AMDGPUGenCallingConv.inc \
- AMDGPUGenIntrinsics.inc AMDGPUGenDFAPacketizer.inc \
-
-DIRS = TargetInfo MCTargetDesc
-
-include $(LEVEL)/Makefile.common