summaryrefslogtreecommitdiffstats
path: root/postprocess/Rdb_services.mk
diff options
context:
space:
mode:
Diffstat (limited to 'postprocess/Rdb_services.mk')
-rw-r--r--postprocess/Rdb_services.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index 6e37e847257a..d2b931699185 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -9,6 +9,9 @@
$(eval $(call gb_Rdb_Rdb_install,services))
+# see Makefile.gbuild for the gb_Rdb_add_components,services calls
+ifeq (,$(ENABLE_SERVICES_RDB_FROM_BUILD))
+
#
# "minimal" list of services for cross-compiling build tools
#
@@ -335,4 +338,6 @@ endif
endif # $(gb_Side),host
+endif # ENABLE_SERVICES_RDB_FROM_BUILD
+
# vim: set noet sw=4 ts=4: