summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2008-02-15 12:37:36 +0000
committerChristian Gmeiner <christian.gmeiner@gmail.com>2008-02-15 12:37:36 +0000
commitb650bc592aa09f8ba74bdfb420ef869b97fbaaf8 (patch)
treef982900ce0eaec9a82df7a111a70e7fdb4d6a92e /apps/debug_menu.c
parent98e896cedee16fa74a74c34346709e6682301562 (diff)
downloadrockbox-b650bc592aa09f8ba74bdfb420ef869b97fbaaf8.zip
rockbox-b650bc592aa09f8ba74bdfb420ef869b97fbaaf8.tar.gz
rockbox-b650bc592aa09f8ba74bdfb420ef869b97fbaaf8.tar.bz2
rockbox-b650bc592aa09f8ba74bdfb420ef869b97fbaaf8.tar.xz
fix compiling of debug menu for tcc780x
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16316 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index e52892b..8304032 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -92,7 +92,7 @@
#include "pcf50605.h"
#endif
-#if CONFIG_CPU == DM320 || CONFIG_CPU == S3C2440
+#if CONFIG_CPU == DM320 || CONFIG_CPU == S3C2440 || CONFIG_CPU == TCC7801
#include "debug-target.h"
#endif