summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/Makefile
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2005-10-21 19:05:19 +0000
committerJim Laskey <jlaskey@mac.com>2005-10-21 19:05:19 +0000
commitf5fc2cbd6bcf80cc34c8114007f31d8ffd1d138d (patch)
tree2ac16282f3999fb8ceb632ffcbff4a5ad12570e6 /lib/Target/PowerPC/Makefile
parent4bb9cbb73075c350eadaf51d2dab8403764c9a60 (diff)
downloadllvm-f5fc2cbd6bcf80cc34c8114007f31d8ffd1d138d.tar.gz
llvm-f5fc2cbd6bcf80cc34c8114007f31d8ffd1d138d.tar.bz2
llvm-f5fc2cbd6bcf80cc34c8114007f31d8ffd1d138d.tar.xz
Plugin new subtarget backend into the build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23870 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 3c864eb4cd..a5edc157c8 100644
--- a/lib/Target/PowerPC/Makefile
+++ b/lib/Target/PowerPC/Makefile
@@ -14,6 +14,6 @@ TARGET = PPC
BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \
PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \
PPCGenRegisterInfo.h.inc PPCGenRegisterInfo.inc \
- PPCGenInstrInfo.inc PPCGenDAGISel.inc
+ PPCGenInstrInfo.inc PPCGenDAGISel.inc PPCGenSubtarget.inc
include $(LEVEL)/Makefile.common