All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrzej Krzysztofowicz <kufel!ankry@green.mif.pg.gda.pl>
To: kufel!crm.mot.com!varagnat@green.mif.pg.gda.pl (Emmanuel Varagnat)
Cc: kufel!vger.kernel.org!linux-kernel@green.mif.pg.gda.pl
	(linux-kernel@vger.kernel.org)
Subject: Re: Makefile problem and modules
Date: Sat, 14 Jul 2001 00:07:04 +0200 (CEST)	[thread overview]
Message-ID: <200107132207.AAA04762@kufel.dom> (raw)
In-Reply-To: <3B4DBB46.24EB460F@crm.mot.com> from "Emmanuel Varagnat" at lip 12, 2001 04:59:18

> 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

In which directory? net/ipv6/ ?

Maybe you need to add

subdir-m += ipv6

in net/Makefile then.
net/ipv6 is not processed during module compilation when CONFIG_IPV6=y
(except net/ipv6/netfilter).

Andrzej

  reply	other threads:[~2001-07-13 23:01 UTC|newest]

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

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=200107132207.AAA04762@kufel.dom \
    --to=kufel!ankry@green.mif.pg.gda.pl \
    --cc=kufel!crm.mot.com!varagnat@green.mif.pg.gda.pl \
    --cc=kufel!vger.kernel.org!linux-kernel@green.mif.pg.gda.pl \
    /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.