am abc3fbe6: Merge "Run device-specific tasks at the end of Makefile." into lmp-dev
* commit 'abc3fbe6ae60d207a53edcc817b56f12094fcac9': Run device-specific tasks at the end of Makefile.
This commit is contained in:
commit
53bb20ae10
|
@ -1744,6 +1744,9 @@ ifneq ($(dont_bother),true)
|
|||
include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
|
||||
-include $(sort $(wildcard vendor/*/build/tasks/*.mk))
|
||||
-include $(sort $(wildcard device/*/build/tasks/*.mk))
|
||||
# Also the project-specific tasks
|
||||
-include $(sort $(wildcard vendor/*/*/build/tasks/*.mk))
|
||||
-include $(sort $(wildcard device/*/*/build/tasks/*.mk))
|
||||
endif
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue