170de1e442d30eceea6d71ef5403f06323eda7e55Craig Topper##===- lib/Target/Hexagon/TargetDesc/Makefile --------------*- Makefile -*-===##
2d239ff67f210094c205be7e57332948caecf6a24Tony Linthicum#
3d239ff67f210094c205be7e57332948caecf6a24Tony Linthicum#                     The LLVM Compiler Infrastructure
4d239ff67f210094c205be7e57332948caecf6a24Tony Linthicum#
5d239ff67f210094c205be7e57332948caecf6a24Tony Linthicum# This file is distributed under the University of Illinois Open Source
6d239ff67f210094c205be7e57332948caecf6a24Tony Linthicum# License. See LICENSE.TXT for details.
7d239ff67f210094c205be7e57332948caecf6a24Tony Linthicum#
8d239ff67f210094c205be7e57332948caecf6a24Tony Linthicum##===----------------------------------------------------------------------===##
9d239ff67f210094c205be7e57332948caecf6a24Tony Linthicum
10d239ff67f210094c205be7e57332948caecf6a24Tony LinthicumLEVEL = ../../../..
11d239ff67f210094c205be7e57332948caecf6a24Tony LinthicumLIBRARYNAME = LLVMHexagonDesc
12d239ff67f210094c205be7e57332948caecf6a24Tony Linthicum
13d239ff67f210094c205be7e57332948caecf6a24Tony Linthicum# Hack: we need to include 'main' target directory to grab private headers
14d239ff67f210094c205be7e57332948caecf6a24Tony LinthicumCPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
15d239ff67f210094c205be7e57332948caecf6a24Tony Linthicum
16d239ff67f210094c205be7e57332948caecf6a24Tony Linthicuminclude $(LEVEL)/Makefile.common
17