aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/Platform/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/Platform/Makefile')
-rw-r--r--source/Plugins/Platform/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/source/Plugins/Platform/Makefile b/source/Plugins/Platform/Makefile
deleted file mode 100644
index 572b08644074..000000000000
--- a/source/Plugins/Platform/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-##===- source/Plugins/Platform/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 := ../../..
-
-include $(LLDB_LEVEL)/../../Makefile.config
-
-PARALLEL_DIRS := gdb-server MacOSX Linux FreeBSD NetBSD POSIX Windows Kalimba Android
-
-# ifeq ($(HOST_OS),Darwin)
-# DIRS += MacOSX
-# endif
-#
-# ifeq ($(HOST_OS),Linux)
-# DIRS += Linux
-# endif
-#
-# ifeq ($(HOST_OS),FreeBSD)
-# DIRS += FreeBSD
-# endif
-#
-# ifeq ($(HOST_OS),GNU/kFreeBSD)
-# DIRS += FreeBSD
-# endif
-#
-# ifeq ($(HOST_OS),NetBSD)
-# DIRS += NetBSD
-# endif
-
-include $(LLDB_LEVEL)/Makefile