diff options
| author | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2012-03-23 22:32:50 +0400 |
|---|---|---|
| committer | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2012-04-19 17:31:13 +0400 |
| commit | 397863ab3d45bdd8292512a22cd3b436cf281c76 (patch) | |
| tree | a74a1fd6084875340f978ce67d4dc5ff8716c172 /apps/plugins/SOURCES | |
| parent | 8187d8d5d158bef269048694fd6e65d89263cd42 (diff) | |
| download | rockbox-397863ab3d45bdd8292512a22cd3b436cf281c76.zip rockbox-397863ab3d45bdd8292512a22cd3b436cf281c76.tar.gz rockbox-397863ab3d45bdd8292512a22cd3b436cf281c76.tar.bz2 rockbox-397863ab3d45bdd8292512a22cd3b436cf281c76.tar.xz | |
hm60x: Add support for plugins.
Change-Id: I4cad0881c8249f163680a280f70d1a0b36248da8
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index a72579e..db690a6 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -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 |