aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-14 18:33:33 +0000
committerChris Lattner <sabre@nondot.org>2010-11-14 18:33:33 +0000
commit0094345184bc0a791f0811c8d7f5b6f9c8296e0f (patch)
tree9d00a15bf01e1f224e1951b4cacea50e8a70e469 /lib/Target/PowerPC/Makefile
parent02bc19438f2300ce4405500dc490381a3be946db (diff)
downloadexternal_llvm-0094345184bc0a791f0811c8d7f5b6f9c8296e0f.zip
external_llvm-0094345184bc0a791f0811c8d7f5b6f9c8296e0f.tar.gz
external_llvm-0094345184bc0a791f0811c8d7f5b6f9c8296e0f.tar.bz2
move PPCAsmPrinter into the main PPC library, like ARM and X86.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119054 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/Makefile')
-rw-r--r--lib/Target/PowerPC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile
index 1265f1d..addcf49 100644
--- a/lib/Target/PowerPC/Makefile
+++ b/lib/Target/PowerPC/Makefile
@@ -18,6 +18,6 @@ BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \
PPCGenInstrInfo.inc PPCGenDAGISel.inc \
PPCGenSubtarget.inc PPCGenCallingConv.inc
-DIRS = AsmPrinter TargetInfo
+DIRS = TargetInfo
include $(LEVEL)/Makefile.common