aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PTX/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PTX/Makefile')
-rw-r--r--lib/Target/PTX/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/Target/PTX/Makefile b/lib/Target/PTX/Makefile
new file mode 100644
index 0000000000..fcbf9317a9
--- /dev/null
+++ b/lib/Target/PTX/Makefile
@@ -0,0 +1,19 @@
+##===- lib/Target/PTX/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 = LLVMPTXCodeGen
+TARGET = PTX
+
+# Make sure that tblgen is run, first thing.
+BUILT_SOURCES =
+
+DIRS = AsmPrinter TargetInfo
+
+include $(LEVEL)/Makefile.common