From 329a4fa23be402ba1928995a78b9c8dceb96cb7b Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 6 Mar 2006 19:23:58 +0000 Subject: 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 --- apps/plugins/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 77abffb7d2..a0c2f3630b 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -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 -- cgit v1.2.3