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 08a91a6d10..ec08812404 100644
--- a/firmware/export/cpu.h
+++ b/firmware/export/cpu.h
@@ -54,3 +54,6 @@
54#ifdef CPU_TCC780X 54#ifdef CPU_TCC780X
55#include "tcc780x.h" 55#include "tcc780x.h"
56#endif 56#endif
57#if CONFIG_CPU == S5L8700
58#include "s5l8700.h"
59#endif