diff options
Diffstat (limited to 'firmware/export/cpu.h')
-rw-r--r-- | firmware/export/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h index 1ced9fce5e..d0b953ef6f 100644 --- a/firmware/export/cpu.h +++ b/firmware/export/cpu.h @@ -33,6 +33,9 @@ #if CONFIG_CPU == PP5020 #include "pp5020.h" #endif +#if CONFIG_CPU == PP5002 +#include "pp5002.h" +#endif #if CONFIG_CPU == PNX0101 #include "pnx0101.h" #endif |