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 */ /* 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 ) */