From 3ae6dd3bf850269d0b55c842d463d028071cd496 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 7 Oct 2011 17:21:16 +0000 Subject: 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 --- apps/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index 869c2b7b2..f73f0eaac 100644 --- a/apps/Makefile +++ b/apps/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; \ + ) -- cgit v1.2.3