diff options
Diffstat (limited to 'source/Plugins/ABI/SysV-mips/Makefile')
-rw-r--r-- | source/Plugins/ABI/SysV-mips/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source/Plugins/ABI/SysV-mips/Makefile b/source/Plugins/ABI/SysV-mips/Makefile deleted file mode 100644 index c61130628433..000000000000 --- a/source/Plugins/ABI/SysV-mips/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- source/Plugins/ABI/SysV-mips/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 := lldbPluginABISysV_mips -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile |