1
0
Fork 0
forked from len0rd/rockbox

Putting back in the check for LCD_WIDTH of 128

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11920 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Gotthardt 2007-01-05 17:25:50 +00:00
parent 98f5aaf54f
commit 7599fb6871

View file

@ -9,7 +9,7 @@ logo.c
mosaique.c mosaique.c
properties.c properties.c
random_folder_advance_config.c random_folder_advance_config.c
#if !defined(SANSA_E200) #if !defined(SANSA_E200) && (LCD_WIDTH != 128)
rockblox.c rockblox.c
#endif #endif
rockbox_flash.c rockbox_flash.c