rockbox/apps/plugins/BUILD_OVERLAY
Rafaël Carré 567ef674f0 Build plugin overlays when buffer size is <= 128kB
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26748 a1c6a512-1295-4272-9138-f99709370657
2010-06-10 19:30:54 +00:00

9 lines
201 B
Text

#include "config.h"
/* this file is processed by makefiles
* they will grep for "YES" to see if overlay plugins must be built
*/
#if PLUGIN_BUFFER_SIZE <= 0x20000 && !defined(SIMULATOR)
YES
#endif