I don't think it is necessary to create the apps/platform/board link when cleaning

This commit is contained in:
Gregory Nutt 2016-05-10 18:32:31 -06:00
parent 1106658ab1
commit 0fcc63b642

View File

@ -139,7 +139,7 @@ depend: .depend
# Clean targets
clean: $(PLATFORMDIR)
clean:
$(call DELFILE, .built)
$(Q) $(MAKE) -C bin TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" clean