Add the ARM instruction emulation makefile.

I forgot to 'svn add' this file in r129119.

llvm-svn: 129120
This commit is contained in:
Stephen Wilson 2011-04-08 02:11:29 +00:00
parent d5adc9185c
commit 05459c8269
1 changed files with 14 additions and 0 deletions

View File

@ -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