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
This commit is contained in:
patacongo 2011-10-07 17:21:16 +00:00
parent b9c6b30f83
commit 4d3d31d8df

View File

@ -122,6 +122,11 @@ distclean: clean
$(MAKE) -C $$dir distclean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"; \ $(MAKE) -C $$dir distclean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"; \
done done
@rm -f .config .context .depend @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; \
)