diff --git a/platform/Makefile b/platform/Makefile index 4687b110c..a6f030a89 100644 --- a/platform/Makefile +++ b/platform/Makefile @@ -139,7 +139,7 @@ depend: .depend # Clean targets -clean: $(PLATFORMDIR) +clean: $(call DELFILE, .built) $(Q) $(MAKE) -C bin TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" clean