]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blob - lib/Target/C6000/Makefile
Updates to sync with changes in upstream.
[opencl/llvm.git] / lib / Target / C6000 / Makefile
1 ##===- lib/Target/C6000/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 ##===----------------------------------------------------------------------===##
10 LEVEL = ../../..
11 LIBRARYNAME = LLVMC6000CodeGen
12 TARGET = C6000
14 # Make sure that tblgen is run, first thing.
15 BUILT_SOURCES = 
16 DIRS = TargetInfo MCTargetDesc
18 include $(LEVEL)/Makefile.common