From b62ff2bba4eeded0ce47073a4034d6b3f3701dd6 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 3 Dec 2010 00:06:06 +0000 Subject: [PATCH] That was a bit too far upwards :( git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28730 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/firmware/export/config.h b/firmware/export/config.h index bafff05a20..2618cf5c0b 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"