mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/Makefile:Add a postinstall keyword to do something before compilation is completed and linking begin
It is better to package the dynamic module into romfs after it is compiled. Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
parent
5debbb8d46
commit
293c05b5e6
2 changed files with 8 additions and 2 deletions
|
|
@ -347,9 +347,11 @@ install::
|
|||
|
||||
endif # BUILD_MODULE
|
||||
|
||||
context::
|
||||
postinstall::
|
||||
@:
|
||||
|
||||
context::
|
||||
|
||||
ifeq ($(DO_REGISTRATION),y)
|
||||
|
||||
$(REGLIST): $(DEPCONFIG) Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue