Merge "Added generic hook for loading vendor specific defintions"

This commit is contained in:
Jean-Baptiste Queru
2013-07-30 14:26:44 +00:00
committed by Gerrit Code Review

View File

@@ -2150,6 +2150,9 @@ endef
# when requested.
include $(BUILD_SYSTEM)/distdir.mk
# Include any vendor specific definitions.mk file
-include $(TOPDIR)vendor/*/build/core/definitions.mk
# broken:
# $(foreach file,$^,$(if $(findstring,.a,$(suffix $file)),-l$(file),$(file)))