summaryrefslogtreecommitdiffstats
path: root/apps/plugins/BUILD_OVERLAY
blob: dd129333c20604613b4cbcf01e19eaa23e76a3ac (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 <= 0x20000 && (CONFIG_PLATFORM & PLATFORM_NATIVE)
YES
#endif