All of lore.kernel.org
 help / color / mirror / Atom feed
From: Emmanuel Varagnat <varagnat@crm.mot.com>
To: Giacomo Catenazzi <cate@debian.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Makefile problem and modules
Date: Thu, 12 Jul 2001 17:31:25 +0200	[thread overview]
Message-ID: <3B4DC2CD.81DBB351@crm.mot.com> (raw)
In-Reply-To: <fa.fo00suv.1ug283k@ifi.uio.no> <3B4DBFC9.4040108@debian.org>

Giacomo Catenazzi wrote:
> 
> Emmanuel Varagnat wrote:
> 
> > I wrote a module for IPv6 but there is a case when it is
> > compiled.
> > (For the moment my code can only work as a module...)
> > When IPv6 is compiled as a module, my module is well compiled.
> > But if IPv6 is directly in the kernel, my module is not take
> > into account (I've got no object file).
> >
> > Here is the only line I added to the Makefile (near the end):
> >
> > obj-$(CONFIG_IPV6_MYSTUFF)  += mystuff.o
> >
> 
> Changes in the Config.in file?

Yes just a tristate option.
And after doing config/menuconfig/xconfig, the .config file
contain a line with CONFIG_IPV6_MYSTUFF=m

I can't figure out where it comes from.
I must say I also read Documentation/kbuild/makefiles.txt.

Thanks.

-Manu

  reply	other threads:[~2001-07-12 15:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <fa.fo00suv.1ug283k@ifi.uio.no>
2001-07-12 15:18 ` Makefile problem and modules Giacomo Catenazzi
2001-07-12 15:31   ` Emmanuel Varagnat [this message]
2001-07-12 14:59 Emmanuel Varagnat
2001-07-13 22:07 ` Andrzej Krzysztofowicz

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=3B4DC2CD.81DBB351@crm.mot.com \
    --to=varagnat@crm.mot.com \
    --cc=cate@debian.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 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.