From eb90d956935019f577311ebc7aec3a7898d76019 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 23 Jul 2011 11:45:22 +0000 Subject: imx233/fuze+: huge rework - enable MMU -rework lcd frame buffer - add rtc/adc/power stubs (or not) - fix a few MMC related defines (hopefully) - implement cache handling for DMA - more SD work - add keymap (based on clip) - add virtual buttons - update linker scripts - big step toward apps actually compiling git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30200 a1c6a512-1295-4272-9138-f99709370657 --- apps/SOURCES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/SOURCES') diff --git a/apps/SOURCES b/apps/SOURCES index 075ca9a..79642e1 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -317,4 +317,6 @@ keymaps/keymap-mpio-hd300.c keymaps/keymap-android.c #elif CONFIG_KEYPAD == SDL_PAD keymaps/keymap-sdl.c +#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD +keymaps/keymap-fuzeplus.c #endif -- cgit v1.1