aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PTX/Makefile')
-rw-r--r--lib/Target/PTX/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/Target/PTX/Makefile b/lib/Target/PTX/Makefile
index fcbf931..cfb3b9c 100644
--- a/lib/Target/PTX/Makefile
+++ b/lib/Target/PTX/Makefile
@@ -12,7 +12,14 @@ LIBRARYNAME = LLVMPTXCodeGen
TARGET = PTX
# Make sure that tblgen is run, first thing.
-BUILT_SOURCES =
+BUILT_SOURCES = PTXGenAsmWriter.inc \
+ PTXGenDAGISel.inc \
+ PTXGenInstrInfo.inc \
+ PTXGenInstrNames.inc \
+ PTXGenRegisterInfo.inc \
+ PTXGenRegisterInfo.h.inc \
+ PTXGenRegisterNames.inc \
+ PTXGenSubtarget.inc
DIRS = AsmPrinter TargetInfo