summaryrefslogtreecommitdiff
path: root/projects/Stacker/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/lib/Makefile')
-rw-r--r--projects/Stacker/lib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/projects/Stacker/lib/Makefile b/projects/Stacker/lib/Makefile
index a302a85ef5..78ab25c6ec 100644
--- a/projects/Stacker/lib/Makefile
+++ b/projects/Stacker/lib/Makefile
@@ -5,6 +5,9 @@
##===----------------------------------------------------------------------===##
LEVEL = ..
-DIRS = compiler runtime
+DIRS = compiler
+ifneq ($(MAKECMDGOALS),tools-only)
+DIRS += runtime
+endif
include $(LEVEL)/Makefile.common