Jean-Philippe Bernardy: TCC730 support added

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5543 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-01-09 23:17:32 +00:00
parent 81bf83d1f9
commit 570640fb77

View file

@ -24,3 +24,6 @@
#if CONFIG_CPU == MCF5249
#include "mcf5249.h"
#endif
#if CONFIG_CPU == TCC730
#include "tcc730.h"
#endif