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 4623f57004..6041b388b4 100644
--- a/firmware/export/cpu.h
+++ b/firmware/export/cpu.h
@@ -38,6 +38,9 @@
38#if CONFIG_CPU == PP5024 38#if CONFIG_CPU == PP5024
39#include "pp5024.h" 39#include "pp5024.h"
40#endif 40#endif
41#if CONFIG_CPU == PP6100
42#include "pp6100.h"
43#endif
41#if CONFIG_CPU == PNX0101 44#if CONFIG_CPU == PNX0101
42#include "pnx0101.h" 45#include "pnx0101.h"
43#endif 46#endif