forked from OSchip/llvm-project
Add the ARM instruction emulation makefile.
I forgot to 'svn add' this file in r129119. llvm-svn: 129120
This commit is contained in:
parent
d5adc9185c
commit
05459c8269
|
@ -0,0 +1,14 @@
|
|||
##===- source/Plugins/Instruction/ARM/Makefile -------------*- Makefile -*-===##
|
||||
#
|
||||
# The LLVM Compiler Infrastructure
|
||||
#
|
||||
# This file is distributed under the University of Illinois Open Source
|
||||
# License. See LICENSE.TXT for details.
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
LLDB_LEVEL := ../../../..
|
||||
LIBRARYNAME := lldbPluginEmulateInstructionARM
|
||||
BUILD_ARCHIVE = 1
|
||||
|
||||
include $(LLDB_LEVEL)/Makefile
|
Loading…
Reference in New Issue