forked from len0rd/rockbox
fix compiling of debug menu for tcc780x
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16316 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
98e896cede
commit
b650bc592a
3 changed files with 24 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue