summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/XCore/Makefile')
-rw-r--r--lib/Target/XCore/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/Target/XCore/Makefile b/lib/Target/XCore/Makefile
new file mode 100644
index 0000000000..1b4fbd9d70
--- /dev/null
+++ b/lib/Target/XCore/Makefile
@@ -0,0 +1,21 @@
+##===- lib/Target/XCore/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 = LLVMXCore
+TARGET = XCore
+
+# Make sure that tblgen is run, first thing.
+BUILT_SOURCES = XCoreGenRegisterInfo.h.inc XCoreGenRegisterNames.inc \
+ XCoreGenRegisterInfo.inc XCoreGenInstrNames.inc \
+ XCoreGenInstrInfo.inc XCoreGenAsmWriter.inc \
+ XCoreGenDAGISel.inc XCoreGenCallingConv.inc \
+ XCoreGenSubtarget.inc
+
+include $(LEVEL)/Makefile.common
+