From: Jari Ruusu <jari.ruusu@pp.inet.fi>
To: "Peter J. Braam" <braam@clusterfilesystem.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Makefile for external modules
Date: Wed, 14 Nov 2001 23:50:39 +0200 [thread overview]
Message-ID: <3BF2E72F.EBB1D591@pp.inet.fi> (raw)
In-Reply-To: <20011114011732.D18465@lustre.dyn.ca.clusterfilesystem.com>
"Peter J. Braam" wrote:
> Rumor has it that there is now a simple way to build modules outside
> the kernel tree. I'm told that you place a kernel style makefile in
> your directory and do:
>
> make -C /usr/src/linux MOD_SUB_DIRS=/my/module/dir modules
>
> It almost works, but loops. What is wrong?
cd /usr/src/linux && make SUBDIRS=/my/module/dir modules
Take a look at loop-AES makefile:
http://loop-aes.sourceforge.net/loop-AES-v1.4g.tar.bz2
Regards,
Jari Ruusu <jari.ruusu@pp.inet.fi>
prev parent reply other threads:[~2001-11-14 21:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-14 8:17 Makefile for external modules Peter J. Braam
2001-11-14 21:50 ` Jari Ruusu [this message]
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=3BF2E72F.EBB1D591@pp.inet.fi \
--to=jari.ruusu@pp.inet.fi \
--cc=braam@clusterfilesystem.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.