From 4d3d31d8dfb271c4b8b9ddd8e256b3b927cd4fe1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 7 Oct 2011 17:21:16 +0000 Subject: [PATCH] Fix STM32 build with with no RTC; Fix STM3210E-EVAL color correction for the RenesasSP LCD git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4030 42af7a65-404d-4744-a932-0658087f49c3 --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 869c2b7b2..f73f0eaac 100644 --- a/Makefile +++ b/Makefile @@ -122,6 +122,11 @@ distclean: clean $(MAKE) -C $$dir distclean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"; \ done @rm -f .config .context .depend - #@rm -f external -- User make remove the external directory manually + @( if [ -e external ]; then \ + echo "********************************************************"; \ + echo "* The external directory/link must be removed manually *"; \ + echo "********************************************************"; \ + fi; \ + )