From 3f365fc06b67f8842b2e155349110f7c5659768d Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 26 May 2012 22:46:56 +0200 Subject: load_code: Get rid of win32 specific code in favor SDL_LoadFunction & friends APIs. Refactor native/hosted implementation seperation while at it (no wrappers starting with _ anymore). Change-Id: If68ae89700443bb3be483c1cace3d6739409560a --- firmware/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index c2bd45996c..eb49e3e581 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -7,7 +7,6 @@ backlight.c buflib.c core_alloc.c general.c -load_code.c powermgmt.c #if (CONFIG_PLATFORM & PLATFORM_HOSTED) @@ -32,6 +31,7 @@ logf.c #endif /* ROCKBOX_HAS_LOGF */ kernel.c #if (CONFIG_PLATFORM & PLATFORM_NATIVE) +load_code.c #ifdef RB_PROFILE profile.c #endif /* RB_PROFILE */ -- cgit v1.2.3