summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-07 17:21:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-07 17:21:16 +0000
commit3ae6dd3bf850269d0b55c842d463d028071cd496 (patch)
tree4e08a9a8fb1c16df0a2de35e3e53d0f71e5c6d40 /apps/Makefile
parent7481e9b333eab4e325898f8b5f0f9423f315bd18 (diff)
downloadnuttx-3ae6dd3bf850269d0b55c842d463d028071cd496.tar.gz
nuttx-3ae6dd3bf850269d0b55c842d463d028071cd496.tar.bz2
nuttx-3ae6dd3bf850269d0b55c842d463d028071cd496.zip
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
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile7
1 files changed, 6 insertions, 1 deletions
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; \
+ )