summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/projects/Stacker/lib/Makefile')
-rw-r--r--llvm/projects/Stacker/lib/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/llvm/projects/Stacker/lib/Makefile b/llvm/projects/Stacker/lib/Makefile
deleted file mode 100644
index 3a9a470a108..00000000000
--- a/llvm/projects/Stacker/lib/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- projects/Stacker/lib/Makefile -----------------------*- Makefile -*-===##
-#
-# Compile Stacker libraries
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ..
-DIRS = compiler runtime
-
-include $(LEVEL)/Makefile.common
-
-# Don't generate the runtime if we don't have LLVMGCC
-ifeq ($(strip $(LLVMGCC)),)
- DIRS := $(filter-out runtime, $(DIRS))
-endif
-
OpenPOWER on IntegriCloud