zpu: wip eke out some simple instructions for load/store/add
[llvm/zpu.git] / lib / Target / PTX / Makefile
blobcfb3b9c0f7f5150ea11ae42fb5aa524fd7421ab5
1 ##===- lib/Target/PTX/Makefile -----------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../../..
11 LIBRARYNAME = LLVMPTXCodeGen
12 TARGET = PTX
14 # Make sure that tblgen is run, first thing.
15 BUILT_SOURCES = PTXGenAsmWriter.inc \
16 PTXGenDAGISel.inc \
17 PTXGenInstrInfo.inc \
18 PTXGenInstrNames.inc \
19 PTXGenRegisterInfo.inc \
20 PTXGenRegisterInfo.h.inc \
21 PTXGenRegisterNames.inc \
22 PTXGenSubtarget.inc
24 DIRS = AsmPrinter TargetInfo
26 include $(LEVEL)/Makefile.common