forked from len0rd/rockbox
Only build firmware_flash plugin on archos
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26424 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cdc42458a2
commit
e04a71f382
2 changed files with 7 additions and 6 deletions
|
@ -74,11 +74,9 @@
|
|||
#define KEEP MASK_ADR /* keep the mask value */
|
||||
#define PLATFORM_ID ID_ONDIO_SP
|
||||
#else
|
||||
#undef PLATFORM_ID /* this platform is not (yet) flashable */
|
||||
#error this platform is not (yet) flashable
|
||||
#endif
|
||||
|
||||
#ifdef PLATFORM_ID
|
||||
|
||||
PLUGIN_HEADER
|
||||
|
||||
#if CONFIG_KEYPAD == ONDIO_PAD /* limited keypad */
|
||||
|
@ -1040,5 +1038,3 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
|
||||
return PLUGIN_OK;
|
||||
}
|
||||
|
||||
#endif /* ifdef PLATFORM_ID */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue