forked from len0rd/rockbox
Accept ARCHOS_FMRECORDER when building for FM Recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3104 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
16576efae7
commit
6c0818f3d2
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
|||
#include "config-player.h"
|
||||
#elif defined(ARCHOS_RECORDER)
|
||||
#include "config-recorder.h"
|
||||
#elif defined(ARCHOS_FMRECORDER)
|
||||
/* include the standard recorder config for now */
|
||||
#include "config-recorder.h"
|
||||
#else
|
||||
/* no known platform */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue