summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-12-03 00:06:06 +0000
committerThomas Martitz <kugel@rockbox.org>2010-12-03 00:06:06 +0000
commitb62ff2bba4eeded0ce47073a4034d6b3f3701dd6 (patch)
tree126c945fa7c628b4cb4348868ae3965adad23484
parent7f9c1718b5cdc4e8c8393dd969b6da84f10e3169 (diff)
downloadrockbox-b62ff2bba4eeded0ce47073a4034d6b3f3701dd6.zip
rockbox-b62ff2bba4eeded0ce47073a4034d6b3f3701dd6.tar.gz
rockbox-b62ff2bba4eeded0ce47073a4034d6b3f3701dd6.tar.bz2
rockbox-b62ff2bba4eeded0ce47073a4034d6b3f3701dd6.tar.xz
That was a bit too far upwards :(
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28730 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index bafff05..2618cf5 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -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"