diff options
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile')
-rw-r--r-- | lldb/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile b/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile deleted file mode 100644 index a2992f86bc8..00000000000 --- a/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##==- source/Plugins/OperatingSystem/Darwin-Kernel/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 := lldbPluginOperatingSystemDarwinKernel -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile |