repo.or.cz
/
maemo-rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add another delay in the AMSv2 sd controller driver as a work-around for SD initialis...
[maemo-rb.git]
/
apps
/
plugins
/
BUILD_OVERLAY
blob
dd129333c20604613b4cbcf01e19eaa23e76a3ac
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 <= 0x20000 && (CONFIG_PLATFORM & PLATFORM_NATIVE)
8
YES
9
#endif