forked from len0rd/rockbox
Wrong ifdefing of the loader plugin caused an empty chessbox.rock to be included in the CVS builds (iPod, possibly iriver too). MEM is called MEMORYSIZE in SOURCES. D'oh
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8935 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a915771347
commit
329a4fa23b
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ calendar.c
|
||||||
#endif
|
#endif
|
||||||
#endif /* CONFIG_RTC */
|
#endif /* CONFIG_RTC */
|
||||||
|
|
||||||
#if (MEM <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
|
#if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
|
||||||
chessbox.c
|
chessbox.c
|
||||||
#if CONFIG_KEYPAD == RECORDER_PAD
|
#if CONFIG_KEYPAD == RECORDER_PAD
|
||||||
rockboy.c
|
rockboy.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue