Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e5efcef authored by Marie Lennerhagen's avatar Marie Lennerhagen Committed by Johan Redestig
Browse files

Added generic hook for loading vendor specific defintions

Change-Id: I6dec9c378ed0aabf9e60f8dcb05c6043bbcc30e5
parent 5d1db8b4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)))