linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Bernd Porr <Bernd.Porr@cn.stir.ac.uk>
Cc: linux-kernel@vger.kernel.org, comedi@comedi.org
Subject: Re: compiling external kernel modules (comedi.org)
Date: Sat, 2 Aug 2003 09:04:22 +0200	[thread overview]
Message-ID: <20030802070422.GA2404@mars.ravnborg.org> (raw)
In-Reply-To: <3F2B0E06.9000907@cn.stir.ac.uk>

On Sat, Aug 02, 2003 at 02:04:06AM +0100, Bernd Porr wrote:
> Hi all,
> 
> I'm trying to compile comedi on 2.6-test2. The very naive way (with 
> configure) does not work (as expected). However, comedi conforms 
> (mainly) to the kernel makefile convention. So I tried this:
> 
> make -C /usr/src/linux-2.6.0-test2 
> SUBDIRS=/home/bp1/c/usb/2.6/comedi/comedi/ V=1

When compiling modules use:
make -C /usr/src/linux-2.6.0-test2 SUBDIRS=$PWD V=1 modules
See the added "modules" target.

	Sam

  reply	other threads:[~2003-08-02  7:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-02  1:04 compiling external kernel modules (comedi.org) Bernd Porr
2003-08-02  7:04 ` Sam Ravnborg [this message]
2003-08-02 11:53   ` Bernd Porr
2003-08-02 12:07     ` Sam Ravnborg
2003-08-02 13:10       ` Bernd Porr
2003-08-02 23:05         ` Sam Ravnborg
2003-08-11 13:53           ` David Woodhouse

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=20030802070422.GA2404@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=Bernd.Porr@cn.stir.ac.uk \
    --cc=comedi@comedi.org \
    --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;
as well as URLs for NNTP newsgroup(s).