1
0
Fork 0
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:
Jens Arnold 2006-03-06 19:23:58 +00:00
parent a915771347
commit 329a4fa23b

View file

@ -74,7 +74,7 @@ calendar.c
#endif
#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
#if CONFIG_KEYPAD == RECORDER_PAD
rockboy.c