summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-06 17:20:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-06 17:20:47 +0000
commitb41cd24bdacf26c9cfd290d7314a5c60d27ef113 (patch)
tree6ee4e16b4c64742df74dc249cca7108b95697454
parent8b82407af7d9eb9a47173a4210f0c67c94df1caf (diff)
downloadrockbox-b41cd24bdacf26c9cfd290d7314a5c60d27ef113.tar.gz
rockbox-b41cd24bdacf26c9cfd290d7314a5c60d27ef113.zip
include cpu header only if explicit CPU match
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5190 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h
index c27405af8f..6afba20007 100644
--- a/firmware/export/cpu.h
+++ b/firmware/export/cpu.h
@@ -20,6 +20,7 @@
20 20
21#if CONFIG_CPU == SH7034 21#if CONFIG_CPU == SH7034
22#include "sh7034.h" 22#include "sh7034.h"
23#else 23#endif
24#if CONFIG_CPU == MCF5249
24#include "mcf5249.h" 25#include "mcf5249.h"
25#endif 26#endif