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 4623f57..6041b38 100644
--- a/firmware/export/cpu.h
+++ b/firmware/export/cpu.h
@@ -38,6 +38,9 @@
#if CONFIG_CPU == PP5024
#include "pp5024.h"
#endif
+#if CONFIG_CPU == PP6100
+#include "pp6100.h"
+#endif
#if CONFIG_CPU == PNX0101
#include "pnx0101.h"
#endif