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 ff9fbeec3a..893e7ffaa8 100644
--- a/firmware/export/cpu.h
+++ b/firmware/export/cpu.h
@@ -45,3 +45,6 @@
45#if CONFIG_CPU == DM320 45#if CONFIG_CPU == DM320
46#include "dm320.h" 46#include "dm320.h"
47#endif 47#endif
48#if CONFIG_CPU == IMX31L
49#include "imx31l.h"
50#endif