1
0
Fork 0
forked from len0rd/rockbox

Restore the correct #if for deciding when to build Rockblox. It should be disabled for 128x64 LCDs (i.e. iFP) and the Sansa

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11924 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2007-01-05 21:49:45 +00:00
parent 20bdb6da7e
commit 84e925ad8f

View file

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