summaryrefslogtreecommitdiff
path: root/apps/plugins/BUILD_OVERLAY
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/BUILD_OVERLAY')
-rw-r--r--apps/plugins/BUILD_OVERLAY9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/BUILD_OVERLAY b/apps/plugins/BUILD_OVERLAY
new file mode 100644
index 0000000000..f792b0e9a4
--- /dev/null
+++ b/apps/plugins/BUILD_OVERLAY
@@ -0,0 +1,9 @@
1#include "config.h"
2
3/* this file is processed by makefiles
4 * they will grep for "YES" to see if overlay plugins must be built
5 */
6
7#if PLUGIN_BUFFER_SIZE <= 0x10000 && !defined(SIMULATOR)
8YES
9#endif