1
0
Fork 0
forked from len0rd/rockbox

Enable rockboy for M5.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13084 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-04-09 17:47:32 +00:00
parent 61e798ff27
commit 87ac614ccd
3 changed files with 6 additions and 8 deletions

View file

@ -3,9 +3,8 @@
/* For all targets */
/* For various targets... */
#if (CONFIG_KEYPAD == RECORDER_PAD) || \
(CONFIG_KEYPAD == IRIVER_H100_PAD) || \
defined(HAVE_LCD_COLOR)
#if (CONFIG_KEYPAD == RECORDER_PAD) || defined(HAVE_LCD_COLOR) \
|| defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
rockboy
#endif