apps/lvgl: fix distclean warnings
Cleaning... find: '/github/workspace/sources/apps/graphics/lvgl/lvgl/src': No such file or directory find: '/github/workspace/sources/apps/graphics/lvgl/lvgl/src': No such file or directory find: '/github/workspace/sources/apps/graphics/lvgl/lvgl/src': No such file or directory find: '/github/workspace/sources/apps/graphics/lvgl/lvgl/demos': No such file or directory find: '/github/workspace/sources/apps/graphics/lvgl/lvgl/examples': No such file or directory find: '/github/workspace/sources/apps/graphics/lvgl/lvgl/src': No such file or directory Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
parent
ac93ce58ed
commit
943aa68069
@ -64,10 +64,12 @@ $(LVGL_UNPACKNAME): $(LVGL_TARBALL)
|
||||
# Download and unpack tarball if no git repo found
|
||||
ifeq ($(wildcard $(LVGL_UNPACKNAME)/.git),)
|
||||
context:: $(LVGL_UNPACKNAME)
|
||||
endif
|
||||
|
||||
include $(APPDIR)/Application.mk
|
||||
|
||||
ifeq ($(wildcard $(LVGL_UNPACKNAME)/.git),)
|
||||
distclean::
|
||||
$(call DELDIR, $(LVGL_UNPACKNAME))
|
||||
$(call DELFILE, $(LVGL_TARBALL))
|
||||
endif
|
||||
|
||||
include $(APPDIR)/Application.mk
|
||||
|
Loading…
Reference in New Issue
Block a user