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:
parent
8b82407af7
commit
b41cd24bda
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue