aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7S-FATFS-GCC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-08 09:22:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-08 09:22:34 +0000
commit538f257a6710eebea358e12845ae241437d70031 (patch)
tree8af04ac75cdcef2ad9eed89ef14b9b6903192823 /demos/ARM7-AT91SAM7S-FATFS-GCC
parent1351fded5a9c460166637d276616a73be0b72392 (diff)
downloadChibiOS-538f257a6710eebea358e12845ae241437d70031.tar.gz
ChibiOS-538f257a6710eebea358e12845ae241437d70031.tar.bz2
ChibiOS-538f257a6710eebea358e12845ae241437d70031.zip
New build system for GCC ARM ports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3428 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7S-FATFS-GCC')
-rw-r--r--demos/ARM7-AT91SAM7S-FATFS-GCC/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/ARM7-AT91SAM7S-FATFS-GCC/Makefile b/demos/ARM7-AT91SAM7S-FATFS-GCC/Makefile
index 2a2c9e910..adc817ee5 100644
--- a/demos/ARM7-AT91SAM7S-FATFS-GCC/Makefile
+++ b/demos/ARM7-AT91SAM7S-FATFS-GCC/Makefile
@@ -23,9 +23,9 @@ ifeq ($(USE_THUMB),)
USE_THUMB = no
endif
-# Enable register caching optimization (read documentation).
-ifeq ($(USE_CURRP_CACHING),)
- USE_CURRP_CACHING = no
+# Enable this if you want to see the full log while compiling.
+ifeq ($(USE_VERBOSE_COMPILE),)
+ USE_VERBOSE_COMPILE = no
endif
#