there must always be a bridge built

Change-Id: Ie5bc8a27feed65126bd8bfceff2903029cd20059
This commit is contained in:
David Tardon
2012-09-23 07:20:58 +02:00
parent b944750a23
commit c994ab6d92

View File

@@ -92,4 +92,8 @@ $(eval $(call gb_Module_add_targets,bridges,\
) \
))
ifeq ($(strip $(bridges_SELECTED_BRIDGE)),)
$(call gb_Output_error,no bridge selected for build: bailing out)
endif
# vim: set noet sw=4 ts=4: