Home | History | Annotate | Download | only in Hexagon
      1 ##===- lib/Target/Hexagon/Makefile -------------------------*- Makefile -*-===##
      2 #
      3 #                     The LLVM Compiler Infrastructure
      4 #
      5 # This file is distributed under the University of Illinois Open Source
      6 # License. See LICENSE.TXT for details.
      7 #
      8 ##===----------------------------------------------------------------------===##
      9 LEVEL = ../../..
     10 LIBRARYNAME = LLVMHexagonCodeGen
     11 TARGET = Hexagon
     12 
     13 # Make sure that tblgen is run, first thing.
     14 BUILT_SOURCES = HexagonGenRegisterInfo.inc \
     15                 HexagonGenInstrInfo.inc  \
     16                 HexagonGenAsmWriter.inc \
     17                 HexagonGenDAGISel.inc HexagonGenSubtargetInfo.inc \
     18                 HexagonGenCallingConv.inc \
     19                 HexagonGenDFAPacketizer.inc
     20 
     21 DIRS = InstPrinter TargetInfo MCTargetDesc
     22 
     23 include $(LEVEL)/Makefile.common
     24