From b41cd24bdacf26c9cfd290d7314a5c60d27ef113 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 6 Oct 2004 17:20:47 +0000 Subject: include cpu header only if explicit CPU match git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5190 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/cpu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ #if CONFIG_CPU == SH7034 #include "sh7034.h" -#else +#endif +#if CONFIG_CPU == MCF5249 #include "mcf5249.h" #endif -- cgit v1.2.3