build: Add the Darwin-Kernel Makefile.

llvm-svn: 143398
This commit is contained in:
Daniel Dunbar 2011-10-31 23:38:34 +00:00
parent a6ad0e2979
commit 3344d2b9ea
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
##==- 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