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 893e7ffaa8..84229378ec 100644
--- a/firmware/export/cpu.h
+++ b/firmware/export/cpu.h
@@ -48,3 +48,6 @@
48#if CONFIG_CPU == IMX31L 48#if CONFIG_CPU == IMX31L
49#include "imx31l.h" 49#include "imx31l.h"
50#endif 50#endif
51#ifdef CPU_TCC77X
52#include "tcc77x.h"
53#endif