RE: raenye: bootloader main.c,1.31,1.32

2006-07-30 Thread Daniel Stenberg
On Sun, 30 Jul 2006, RaeNye wrote: It's relevant only to X5 That's because X5 is so far the only target that uses the target tree approach - but we plan to move all targets to use it. (Linus pointed out the docs for it.) -- Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.

Re: raenye: bootloader main.c,1.31,1.32

2006-07-30 Thread Linus Nielsen Feltzing
RaeNye wrote: It's relevant only to X5, but I don't really know when TARGET_TREE is #define'd. Enlighten me please :) http://www.rockbox.org/twiki/bin/view/Main/TargetTree Linus

RE: raenye: bootloader main.c,1.31,1.32

2006-07-29 Thread RaeNye
ect: Re: raenye: bootloader main.c,1.31,1.32 On Sat, 29 Jul 2006, [EMAIL PROTECTED] wrote: > Index: main.c ... > +#ifdef IAUDIO_X5 > +#include "backlight-target.h" > +#endif Shouldn't this #ifdef be for TARGET_TREE ? -- Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/

Re: raenye: bootloader main.c,1.31,1.32

2006-07-29 Thread Daniel Stenberg
On Sat, 29 Jul 2006, [EMAIL PROTECTED] wrote: Index: main.c ... +#ifdef IAUDIO_X5 +#include "backlight-target.h" +#endif Shouldn't this #ifdef be for TARGET_TREE ? -- Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/