* commit 'b45f7c35b138c5b27f4c2528f7f699a59098809e': definitions.mk: look for definitions.mk in device/*/build also
This commit is contained in:
commit
111866953a
1 changed files with 1 additions and 0 deletions
|
@ -2219,6 +2219,7 @@ include $(BUILD_SYSTEM)/distdir.mk
|
|||
|
||||
# Include any vendor specific definitions.mk file
|
||||
-include $(TOPDIR)vendor/*/build/core/definitions.mk
|
||||
-include $(TOPDIR)device/*/build/core/definitions.mk
|
||||
|
||||
# broken:
|
||||
# $(foreach file,$^,$(if $(findstring,.a,$(suffix $file)),-l$(file),$(file)))
|
||||
|
|
Loading…
Reference in a new issue