Added generic hook for loading vendor specific defintions

Change-Id: I6dec9c378ed0aabf9e60f8dcb05c6043bbcc30e5
This commit is contained in:
Marie Lennerhagen 2010-10-20 13:41:59 +02:00 committed by Johan Redestig
parent 5d1db8b433
commit 9e5efceff9
1 changed files with 3 additions and 0 deletions

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)))