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/SUBDIRS | |
| 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/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index d2feb72..c22977f 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -14,6 +14,7 @@ clock #if (CONFIG_KEYPAD != ONDIO_PAD) /* not enough buttons */ \ && (CONFIG_KEYPAD != SANSA_M200_PAD) /* not enough buttons */ \ + && (CONFIG_KEYPAD != HM60X_PAD) /* not enough buttons */ \ && (LCD_PIXELFORMAT != HORIZONTAL_PACKING) /* TODO */ \ && (LCD_PIXELFORMAT != VERTICAL_INTERLEAVED) /* TODO */ \ && (defined(HAVE_LCD_COLOR) || (LCD_HEIGHT == 64) && (LCD_DEPTH == 1) || \ |