summaryrefslogtreecommitdiff
path: root/firmware/export/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/cpu.h')
-rw-r--r--firmware/export/cpu.h3
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 @@
33#if CONFIG_CPU == PP5020 33#if CONFIG_CPU == PP5020
34#include "pp5020.h" 34#include "pp5020.h"
35#endif 35#endif
36#if CONFIG_CPU == PP5002
37#include "pp5002.h"
38#endif
36#if CONFIG_CPU == PNX0101 39#if CONFIG_CPU == PNX0101
37#include "pnx0101.h" 40#include "pnx0101.h"
38#endif 41#endif