mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
iAudio: adding support for mcf5250
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7270 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
637887838f
commit
6109a3b0be
2 changed files with 65 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
|||
#if CONFIG_CPU == MCF5249
|
||||
#include "mcf5249.h"
|
||||
#endif
|
||||
#if CONFIG_CPU == MCF5250
|
||||
#include "mcf5250.h"
|
||||
#endif
|
||||
#if CONFIG_CPU == TCC730
|
||||
#include "tcc730.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue