1
0
Fork 0
forked from len0rd/rockbox

include cpu header only if explicit CPU match

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5190 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2004-10-06 17:20:47 +00:00
parent 8b82407af7
commit b41cd24bda

View file

@ -20,6 +20,7 @@
#if CONFIG_CPU == SH7034 #if CONFIG_CPU == SH7034
#include "sh7034.h" #include "sh7034.h"
#else #endif
#if CONFIG_CPU == MCF5249
#include "mcf5249.h" #include "mcf5249.h"
#endif #endif