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 83beab2fdf..86efd31ef1 100644
--- a/firmware/export/cpu.h
+++ b/firmware/export/cpu.h
@@ -59,3 +59,6 @@
59#if CONFIG_CPU == S5L8700 59#if CONFIG_CPU == S5L8700
60#include "s5l8700.h" 60#include "s5l8700.h"
61#endif 61#endif
62#if CONFIG_CPU == JZ4732
63#include "jz4740.h"
64#endif