aboutsummaryrefslogtreecommitdiff
path: root/projects/Stacker/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/lib/Makefile')
-rw-r--r--projects/Stacker/lib/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/projects/Stacker/lib/Makefile b/projects/Stacker/lib/Makefile
deleted file mode 100644
index 3a9a470a10..0000000000
--- a/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
-