blob: 83c2a7d34da17f18e1ff4a375efb92ce95d36c77 [file] [log] [blame]
John Bauman89401822014-05-06 15:04:28 -04001##===- lib/Target/MBlaze/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##===----------------------------------------------------------------------===##
9LEVEL = ../../..
10LIBRARYNAME = LLVMMBlazeCodeGen
11TARGET = MBlaze
12
13# Make sure that tblgen is run, first thing.
John Bauman19bac1e2014-05-06 15:23:49 -040014BUILT_SOURCES = MBlazeGenRegisterInfo.inc MBlazeGenInstrInfo.inc \
15 MBlazeGenAsmWriter.inc \
16 MBlazeGenDAGISel.inc MBlazeGenAsmMatcher.inc \
17 MBlazeGenCodeEmitter.inc MBlazeGenCallingConv.inc \
18 MBlazeGenSubtargetInfo.inc MBlazeGenIntrinsics.inc \
19 MBlazeGenEDInfo.inc
John Bauman89401822014-05-06 15:04:28 -040020
John Bauman19bac1e2014-05-06 15:23:49 -040021DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc
John Bauman89401822014-05-06 15:04:28 -040022
23include $(LEVEL)/Makefile.common
24