mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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
1 changed files with 4 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue