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