Add .updated target to handle the no builtin app case correctly
Change-Id: Ia61ff63b4b1e4cb6ec52ac216626bbb76fdf3a33 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
8c8c481381
commit
7a645baa4d
@ -41,6 +41,9 @@ include $(APPDIR)/Make.defs
|
|||||||
all:
|
all:
|
||||||
.PHONY: context depend clean distclean
|
.PHONY: context depend clean distclean
|
||||||
|
|
||||||
|
.updated: $(DEPCONFIG)
|
||||||
|
$(Q) touch .updated
|
||||||
|
|
||||||
# This must run before any other context target
|
# This must run before any other context target
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
Loading…
Reference in New Issue
Block a user