aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index a1b89af..6e25967 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -7,6 +7,8 @@
#
##===----------------------------------------------------------------------===##
+ifndef NO_RUNTIME_LIBS
+
LEVEL = ..
include $(LEVEL)/Makefile.config
@@ -22,3 +24,4 @@ include $(LEVEL)/Makefile.common
install::
+endif