mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/Application.mk: If a loadable module is generated the we need to add logic to remove the loadable module in the 'make clean' logic.
This commit is contained in:
parent
8455ee34b6
commit
08263367bc
1 changed files with 3 additions and 0 deletions
|
|
@ -145,6 +145,9 @@ endif
|
|||
depend: .depend
|
||||
|
||||
clean:
|
||||
ifeq ($(LOADABLE),y)
|
||||
$(call DELFILE, $(APPNAME))
|
||||
endif
|
||||
$(call DELFILE, .built)
|
||||
$(call CLEAN)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue