From 0fc30d117412f2cbd8e00a043e0c901345125d31 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 1 Aug 2006 22:28:14 +0000 Subject: added mostly dummy changes to allow building of a Sansa e200 bootloader without functionality git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10399 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/cpu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/cpu.h') diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h index 4c33ac96f4..93b66aac52 100644 --- a/firmware/export/cpu.h +++ b/firmware/export/cpu.h @@ -36,6 +36,9 @@ #if CONFIG_CPU == PP5002 #include "pp5002.h" #endif +#if CONFIG_CPU == PP5024 +#include "pp5024.h" +#endif #if CONFIG_CPU == PNX0101 #include "pnx0101.h" #endif -- cgit v1.2.3