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-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.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/


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

2006-07-29 Thread RaeNye
It's relevant only to X5, but I don't really know when TARGET_TREE is
#define'd.
Enlighten me please :)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel Stenberg
Sent: Saturday, July 29, 2006 10:46 PM
To: Rockbox Development
Subject: 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/