aboutsummaryrefslogtreecommitdiff
path: root/lib/ReaderWriter/ELF/X86/Makefile
blob: 058d5133eaba271d419a7fd1f241fbc236f03691 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##===- lld/lib/ReaderWriter/ELF/X86/Makefile ----------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

LLD_LEVEL := ../../../..
LIBRARYNAME := lldX86ELFTarget
USEDLIBS = lldCore.a
CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLD_LEVEL)/lib/ReaderWriter/ELF

include $(LLD_LEVEL)/Makefile