kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* build rules for subdirs in kernel source
@ 2013-01-14  5:06 horseriver
       [not found] ` <CAFp+6iH6g74xCWkCFEArmPRUkhges8dkhN7uE=rdBJpJ+p7WXw@mail.gmail.com>
  0 siblings, 1 reply; 2+ messages in thread
From: horseriver @ 2013-01-14  5:06 UTC (permalink / raw)
  To: kernelnewbies

hi:

   How to build targets for every subdirs of kernel ?  
  
   for example :  drivers/*     

   I do not find the rules for build subdir's target 


thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

* build rules for subdirs in kernel source
       [not found] ` <CAFp+6iH6g74xCWkCFEArmPRUkhges8dkhN7uE=rdBJpJ+p7WXw@mail.gmail.com>
@ 2013-01-14  8:01   ` horseriver
  0 siblings, 0 replies; 2+ messages in thread
From: horseriver @ 2013-01-14  8:01 UTC (permalink / raw)
  To: kernelnewbies

On Mon, Jan 14, 2013 at 10:44:28PM +0530, Vivek Gautam wrote:
> Hi,
> 
> 
> On Mon, Jan 14, 2013 at 10:36 AM, horseriver <horserivers@gmail.com> wrote:
> > hi:
> >
> >    How to build targets for every subdirs of kernel ?
> >
> 
> Is it the Makefile you want to look for.
> Make is the same linux utility to build a project consisting of multiple files.
> 
> >    for example :  drivers/*
> >
> So we club the directories / subdirectories or files in the Makefile
> in order to compile (build them)
> Something like this:
> 
> http://lxr.free-electrons.com/source/drivers/Makefile
> 
> >    I do not find the rules for build subdir's target
> >
> 
> Individual sub directories or files may be built based on some kernel
> config defined in Kconfig
> 
> >
> > thanks!
> 
> Hope this explains some of your doubts.

  Yeah!:)

  What is the use of scripts/makefile.build ?

  Thanks!    

> 
> --
> Thanks & Regards
> Vivek

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-14  8:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-14  5:06 build rules for subdirs in kernel source horseriver
     [not found] ` <CAFp+6iH6g74xCWkCFEArmPRUkhges8dkhN7uE=rdBJpJ+p7WXw@mail.gmail.com>
2013-01-14  8:01   ` horseriver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).