mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
6f17e7033b
A new backend supporting AMD GPUs: Radeon HD2XXX - HD7XXX llvm-svn: 169915
17 lines
549 B
Makefile
17 lines
549 B
Makefile
##===- lib/Target/AMDGPU/TargetDesc/Makefile ----------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is distributed under the University of Illinois Open Source
|
|
# License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../../../..
|
|
LIBRARYNAME = LLVMR600Desc
|
|
|
|
# Hack: we need to include 'main' target directory to grab private headers
|
|
CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
|
|
|
|
include $(LEVEL)/Makefile.common
|