That was a bit too far upwards :(
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28730 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7f9c1718b5
commit
b62ff2bba4
1 changed files with 4 additions and 4 deletions
|
@ -441,15 +441,15 @@ Lyre prototype 1 */
|
|||
/* no known platform */
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_PLATFORM
|
||||
#define CONFIG_PLATFORM PLATFORM_NATIVE
|
||||
#endif
|
||||
|
||||
/* keep this include after the target configs */
|
||||
#ifdef SIMULATOR
|
||||
#include "config/sim.h"
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_PLATFORM
|
||||
#define CONFIG_PLATFORM PLATFORM_NATIVE
|
||||
#endif
|
||||
|
||||
/* setup basic macros from capability masks */
|
||||
#include "config_caps.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue