From 0fcc63b642c7cfe49e17d92c932ff1422e8106c7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 10 May 2016 18:32:31 -0600 Subject: [PATCH] I don't think it is necessary to create the apps/platform/board link when cleaning --- platform/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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