diff options
Diffstat (limited to 'firmware/export/cpu.h')
-rw-r--r-- | firmware/export/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h index eb1c57b646..ff9fbeec3a 100644 --- a/firmware/export/cpu.h +++ b/firmware/export/cpu.h | |||
@@ -42,3 +42,6 @@ | |||
42 | #if CONFIG_CPU == S3C2440 | 42 | #if CONFIG_CPU == S3C2440 |
43 | #include "s3c2440.h" | 43 | #include "s3c2440.h" |
44 | #endif | 44 | #endif |
45 | #if CONFIG_CPU == DM320 | ||
46 | #include "dm320.h" | ||
47 | #endif | ||