1
0
Fork 0
forked from len0rd/rockbox

Fixed ordering of SOURCES; removed redundancy pertaining to the definition of color LCDs.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9024 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Zakk Roberts 2006-03-13 07:05:15 +00:00
parent d91af84e43
commit e8a0506583
2 changed files with 10 additions and 14 deletions

View file

@ -33,10 +33,6 @@ plasma.c
bejeweled.c
bounce.c
#if (CONFIG_KEYPAD != IAUDIO_X5_PAD) && (CONFIG_KEYPAD != IPOD_3G_PAD)
wormlet.c
#endif
#if (LCD_WIDTH != 138) && (LCD_WIDTH != 128)
/* These need adjusting for the Mini's and iRiver if'p screen */
brickmania.c
@ -64,6 +60,9 @@ sudoku.c
video.c
#endif
vu_meter.c
#if (CONFIG_KEYPAD != IAUDIO_X5_PAD) && (CONFIG_KEYPAD != IPOD_3G_PAD)
wormlet.c
#endif
#ifdef CONFIG_RTC
clock.c