On Tue, Jul 21, 2009 at 10:26 PM, Yocto<[email protected]> wrote:
> Hi Andrew,
>
> In this commits you specify dev.ko in conf/arm/config.* and
> conf/i386/config.pc.
> But your dev/Makefile now target dev.o.
>

Hi Yocto,

Both dev.o and dev.ko are built, there is some "magic" in
mk/Makefile.inc that generates the dev.ko target from the dev.o
target. dev.o contain drivers that are static linked into the kernel.
dev.ko contains drivers that are dynamically linked into the kernel by
the bootloader, and hence dev.ko is a separate file in the boot image.

This hasn't actually changed with todays commits. The only change is
that these items are now specified in individual config files. The
settings are identical to the original contents of
conf/etc/config.files.

Thanks for looking,

Andrew

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Prex-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/prex-devel

Reply via email to