mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jesper Juhl <jesper.juhl@gmail.com>
To: "Gustavo Guillermo Pérez" <gustavo@compunauta.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [OT] build just one driver
Date: Wed, 29 Jun 2005 21:27:40 +0200	[thread overview]
Message-ID: <9a874849050629122775d0542c@mail.gmail.com> (raw)
In-Reply-To: <200506282309.20296.gustavo@compunauta.com>

On 6/29/05, Gustavo Guillermo Pérez <gustavo@compunauta.com> wrote:
> How can I build just one driver without building everthing or removing the
> others from the config.
> 
> If I do make clean to save space, and if I need to build just 1 driver after.
> 

See "make help" : 

$ make help | grep "dir/"
  dir/            - Build all files in dir and below
  dir/file.[ois]  - Build specified target only


So, as you can see, typing
  make drivers/net/
for example, will build everything in the drivers/net/ dir (and
subdirs), and if you type
  make drivers/scsi/aic7xxx/aic7xxx.o
It will build just that one object file...


-- 
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post  http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please      http://www.expita.com/nomime.html

  reply	other threads:[~2005-06-29 19:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-29  4:09 Gustavo Guillermo Pérez
2005-06-29 19:27 ` Jesper Juhl [this message]
2005-06-30 19:51   ` Guennadi Liakhovetski
2005-06-30 22:56     ` Jesper Juhl
2005-07-01  0:25       ` Wakko Warner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9a874849050629122775d0542c@mail.gmail.com \
    --to=jesper.juhl@gmail.com \
    --cc=gustavo@compunauta.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®