summaryrefslogtreecommitdiff
path: root/apps/plugins/BUILD_OVERLAY
blob: f792b0e9a4d30d86cfd504beb9434a69a32317b6 (plain)
1
2
3
4
5
6
7
8
9
#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 <= 0x10000 && !defined(SIMULATOR)
YES
#endif