diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2012-03-03 19:37:40 +0100 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2012-03-03 20:19:08 +0100 |
commit | 466a7c6a405f80cd8e01ebf0a70eb406863a38f1 (patch) | |
tree | acd8dcec239d7407a69df7f20b9ad7f3b10f4200 /firmware/core_alloc.c | |
parent | 13a7c9ac70bfeed574d38705ab568c2085ca77e7 (diff) |
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.c | 2 |
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 @@ struct buflib_context core_ctx; /* defined in linker script */ -#if (CONFIG_PLATFORM & PLATFORM_NATIVE) +#if (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(__PCTOOL__) #if defined(IPOD_VIDEO) && !defined(BOOTLOADER) extern unsigned char *audiobufend_lds[]; unsigned char *audiobufend; |