diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
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 |