summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 50f35c5212..80bd83d61d 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -523,6 +523,8 @@ Lyre prototype 1 */
523 523
524/* setup CPU-specific defines */ 524/* setup CPU-specific defines */
525 525
526#ifndef __PCTOOL__
527
526/* define for all cpus from SH family */ 528/* define for all cpus from SH family */
527#if (CONFIG_CPU == SH7034) 529#if (CONFIG_CPU == SH7034)
528#define CPU_SH 530#define CPU_SH
@@ -590,6 +592,8 @@ Lyre prototype 1 */
590#define CPU_MIPS 32 592#define CPU_MIPS 32
591#endif 593#endif
592 594
595#endif /*__PCTOOL__*/
596
593/* now set any CONFIG_ defines correctly if they are not used, 597/* now set any CONFIG_ defines correctly if they are not used,
594 No need to do this on CONFIG_'s which are compulsory (e.g CONFIG_CODEC ) */ 598 No need to do this on CONFIG_'s which are compulsory (e.g CONFIG_CODEC ) */
595 599