On Wed, 2004-10-06 at 10:54, Dimitris Lampridis wrote:
> On Tue, 2004-10-05 at 17:46, Lothar Wassmann wrote:
> I know this is a really really newbie question, but if I add your files
> in my kernel source tree, how can I selectively compile the OHCI driver
> and nothing else (but with configuration for isp1362)???

You can definitely do the following to build a single directory (with
the trailing /) 
        make drivers/usb/host/
to just compile the one directory 

Unfortunately these two don't work
        make drivers/usb/host/something.o
        make drivers/usb/host/something.ko
The .o one does but I dunno how to produce the .ko without building
everything else :-(

However - if you have the full tree already built then the 2.6 kernel
build system is pretty good at only rebuilding the files that have
changed, so often none of this really matters.

Ian.
-- 
Ian Campbell, Senior Design Engineer
                                        Web: http://www.arcom.com
Arcom, Clifton Road,                    Direct: +44 (0)1223 403 465
Cambridge CB1 7EA, United Kingdom       Phone:  +44 (0)1223 411 200



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to