1
0
Fork 0
forked from len0rd/rockbox

hm60x: Add support for plugins.

Change-Id: I4cad0881c8249f163680a280f70d1a0b36248da8
This commit is contained in:
Andrew Ryabinin 2012-03-23 22:32:50 +04:00
parent 8187d8d5d1
commit 397863ab3d
51 changed files with 492 additions and 3 deletions

View file

@ -74,7 +74,8 @@ iriverify.c
/* Overlays loaders */
#if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP)
#if CONFIG_KEYPAD != ONDIO_PAD && CONFIG_KEYPAD != SANSA_M200_PAD
#if CONFIG_KEYPAD != ONDIO_PAD && CONFIG_KEYPAD != SANSA_M200_PAD \
&& CONFIG_KEYPAD != HM60X_PAD
/* not enough buttons for rockboy */
rockboy.c
#endif