Skip to content

Commit

Permalink
apps/Application.mk: If a loadable module is generated the we need to…
Browse files Browse the repository at this point in the history
… add logic to remove the loadable module in the 'make clean' logic.
  • Loading branch information
gregory-nutt committed Aug 17, 2018
1 parent 8455ee3 commit 0826336
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Application.mk
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ endif
depend: .depend

clean:
ifeq ($(LOADABLE),y)
$(call DELFILE, $(APPNAME))
endif
$(call DELFILE, .built)
$(call CLEAN)

Expand Down

0 comments on commit 0826336

Please sign in to comment.