summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2006-11-08 16:13:04 +0000
committerMichael Sevakis <jethead71@rockbox.org>2006-11-08 16:13:04 +0000
commite89a3940f9f8c6c6c437354ed49070649976f10e (patch)
tree4abca9ca6a4483791d8a25a49a08c348234b4dd4 /firmware/export
parentf9c8a891af12fdb76c6e6ff0bec3ce47d8a47e9f (diff)
downloadrockbox-e89a3940f9f8c6c6c437354ed49070649976f10e.tar.gz
rockbox-e89a3940f9f8c6c6c437354ed49070649976f10e.zip
More exodus to the target tree for ColdFire and a bonus sorting of firmware/SOURCES.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11468 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 765bcfdb07..18c0ef7d17 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -228,6 +228,11 @@
228#define HAVE_SCHEDULER_BOOSTCTRL 228#define HAVE_SCHEDULER_BOOSTCTRL
229#endif 229#endif
230 230
231/* define for all cpus from SH family */
232#if (CONFIG_CPU == SH7034)
233#define CPU_SH
234#endif
235
231/* define for all cpus from coldfire family */ 236/* define for all cpus from coldfire family */
232#if (CONFIG_CPU == MCF5249) || (CONFIG_CPU == MCF5250) 237#if (CONFIG_CPU == MCF5249) || (CONFIG_CPU == MCF5250)
233#define CPU_COLDFIRE 238#define CPU_COLDFIRE