summaryrefslogtreecommitdiff
path: root/firmware/core_alloc.c
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2012-03-03 19:37:40 +0100
committerFrank Gevaerts <frank@gevaerts.be>2012-03-03 20:19:08 +0100
commit466a7c6a405f80cd8e01ebf0a70eb406863a38f1 (patch)
treeacd8dcec239d7407a69df7f20b9ad7f3b10f4200 /firmware/core_alloc.c
parent13a7c9ac70bfeed574d38705ab568c2085ca77e7 (diff)
downloadrockbox-466a7c6a405f80cd8e01ebf0a70eb406863a38f1.tar.gz
rockbox-466a7c6a405f80cd8e01ebf0a70eb406863a38f1.zip
Integrate the warble tool in the regular build system.
Only sdl app builds work properly for now. Change-Id: I7807d42f69b8577b401e48cdc63de71e54f49217
Diffstat (limited to 'firmware/core_alloc.c')
-rw-r--r--firmware/core_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/core_alloc.c b/firmware/core_alloc.c
index 34ed48b39f..47faed6e95 100644
--- a/firmware/core_alloc.c
+++ b/firmware/core_alloc.c
@@ -9,7 +9,7 @@
9struct buflib_context core_ctx; 9struct buflib_context core_ctx;
10 10
11/* defined in linker script */ 11/* defined in linker script */
12#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 12#if (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(__PCTOOL__)
13#if defined(IPOD_VIDEO) && !defined(BOOTLOADER) 13#if defined(IPOD_VIDEO) && !defined(BOOTLOADER)
14extern unsigned char *audiobufend_lds[]; 14extern unsigned char *audiobufend_lds[];
15unsigned char *audiobufend; 15unsigned char *audiobufend;