mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Don't define CPU_* for __PCTOOL__
Change-Id: Id49577a002627eb830f833f101b83471d11ec271
This commit is contained in:
parent
efd25bf6db
commit
b9ce249772
1 changed files with 4 additions and 0 deletions
|
|
@ -523,6 +523,8 @@ Lyre prototype 1 */
|
|||
|
||||
/* setup CPU-specific defines */
|
||||
|
||||
#ifndef __PCTOOL__
|
||||
|
||||
/* define for all cpus from SH family */
|
||||
#if (CONFIG_CPU == SH7034)
|
||||
#define CPU_SH
|
||||
|
|
@ -590,6 +592,8 @@ Lyre prototype 1 */
|
|||
#define CPU_MIPS 32
|
||||
#endif
|
||||
|
||||
#endif /*__PCTOOL__*/
|
||||
|
||||
/* now set any CONFIG_ defines correctly if they are not used,
|
||||
No need to do this on CONFIG_'s which are compulsory (e.g CONFIG_CODEC ) */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue