Insert a sanity check on the combining of x86 truncing-store nodes. This comes to...
[oota-llvm.git] / lib / Target / PTX / Makefile
index fcbf9317a965d4a500d27d497f268faa2cd401ed..93dd38aca7ecefcfbe47128f0a7ac6cd27abcc0c 100644 (file)
@@ -12,8 +12,13 @@ LIBRARYNAME = LLVMPTXCodeGen
 TARGET = PTX
 
 # Make sure that tblgen is run, first thing.
-BUILT_SOURCES =
+BUILT_SOURCES = PTXGenAsmWriter.inc \
+               PTXGenCallingConv.inc \
+               PTXGenDAGISel.inc \
+               PTXGenInstrInfo.inc \
+               PTXGenRegisterInfo.inc \
+               PTXGenSubtargetInfo.inc
 
-DIRS = AsmPrinter TargetInfo
+DIRS = TargetInfo MCTargetDesc
 
 include $(LEVEL)/Makefile.common