[make] Add support for EXTRA_BUILDRULES
All makefiles added to EXTRA_BUILDRULES variable will be included right before processing bulk of build.mk Change-Id: Ic37e37ea7469ee57e6f6543f378c5d0c1510824b
This commit is contained in:
committed by
Arve Hjønnevåg
parent
fba0af578c
commit
6d352765a1
@@ -92,6 +92,9 @@ ALLMODULES :=
|
||||
# add any external module dependencies
|
||||
MODULES := $(EXTERNAL_MODULES)
|
||||
|
||||
# any .mk specified here will be included before build.mk
|
||||
EXTRA_BUILDRULES :=
|
||||
|
||||
# any rules you put here will also be built by the system before considered being complete
|
||||
EXTRA_BUILDDEPS :=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user