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 4c33ac96f4..93b66aac52 100644
--- a/firmware/export/cpu.h
+++ b/firmware/export/cpu.h
@@ -36,6 +36,9 @@
36#if CONFIG_CPU == PP5002 36#if CONFIG_CPU == PP5002
37#include "pp5002.h" 37#include "pp5002.h"
38#endif 38#endif
39#if CONFIG_CPU == PP5024
40#include "pp5024.h"
41#endif
39#if CONFIG_CPU == PNX0101 42#if CONFIG_CPU == PNX0101
40#include "pnx0101.h" 43#include "pnx0101.h"
41#endif 44#endif