Kaydet (Commit) 604bd3be authored tarafından Matúš Kukan's avatar Matúš Kukan

gbuild: Allow to use more components in one library.

It probably does not make much sense in general but will be used to
optionally disable some implementations in a library.

Change-Id: Ib491b8b642907b5bb20d458cbf766c9c9a5a5111
üst 8902a25c
......@@ -125,9 +125,6 @@ endef
# gb_Library_get_exports_target for that purpose, since it is already
# the "final" target of the Library...
define gb_Library_set_componentfile
$(call gb_Library_get_target,$(gb_Library__get_name)) : \
COMPONENT := $$(if $$(and $$(COMPONENT),$(filter-out $(gb_MERGEDLIBS) $(gb_URELIBS),$(1))),\
$$(call gb_Output_error,$(1) already has a component file $$(COMPONENT)))$(2)
$(call gb_ComponentTarget_ComponentTarget,$(2),\
$(call gb_Library__get_componentprefix,$(gb_Library__get_name)),\
$(call gb_Library_get_runtime_filename,$(gb_Library__get_name)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment