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:
anjiahao 2024-03-22 16:00:19 +08:00 committed by Xiang Xiao
parent 5debbb8d46
commit 293c05b5e6
2 changed files with 8 additions and 2 deletions

View file

@ -347,9 +347,11 @@ install::
endif # BUILD_MODULE
context::
postinstall::
@:
context::
ifeq ($(DO_REGISTRATION),y)
$(REGLIST): $(DEPCONFIG) Makefile