aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-25 04:46:58 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-25 04:46:58 +0000
commitd262856c12f952f5c258f8b33c09009e09f0153f (patch)
tree26716b9aac7cd72088d592c94353fff0da1a0664 /Makefile
parent0e18f26816cf75f2f3173ed51f44b708762414a4 (diff)
downloadexternal_llvm-d262856c12f952f5c258f8b33c09009e09f0153f.zip
external_llvm-d262856c12f952f5c258f8b33c09009e09f0153f.tar.gz
external_llvm-d262856c12f952f5c258f8b33c09009e09f0153f.tar.bz2
Add the rest of the build system logic for optional target disassemblers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89841 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 31c1b69..1ef89e4 100644
--- a/Makefile
+++ b/Makefile
@@ -155,9 +155,11 @@ install-libs: install
FilesToConfig := \
include/llvm/Config/config.h \
include/llvm/Config/Targets.def \
- include/llvm/Config/AsmPrinters.def \
+ include/llvm/Config/AsmPrinters.def \
+ include/llvm/Config/AsmParsers.def \
+ include/llvm/Config/Disassemblers.def \
include/llvm/System/DataTypes.h \
- tools/llvmc/plugins/Base/Base.td
+ tools/llvmc/plugins/Base/Base.td
FilesToConfigPATH := $(addprefix $(LLVM_OBJ_ROOT)/,$(FilesToConfig))
all-local:: $(FilesToConfigPATH)