public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: arjan@fenrus.demon.nl (Arjan van de Ven)
To: Arjan Filius <iafilius@xs4all.nl>
Cc: linux-kernel@vger.kernel.org
Subject: Re: "undefined reference" atm_lane_init & atm_mpoa_init with test13-pre4
Date: Sat, 23 Dec 2000 16:46:31 +0100 (CET)	[thread overview]
Message-ID: <m149qsR-000OXQC@amadeus.home.nl> (raw)
In-Reply-To: <Pine.LNX.4.10.10012211726060.968-100000@penguin.transmeta.com> <Pine.LNX.4.30.0012231600450.17383-100000@sjoerd.sjoerdnet>

In article <Pine.LNX.4.30.0012231600450.17383-100000@sjoerd.sjoerdnet> you wrote:
> net/network.o(.text+0x3ff92): undefined reference to `atm_lane_init'
> net/network.o(.text+0x40039): undefined reference to `atm_mpoa_init'

Hi,

The patch below should fix that.

Greetings,
   Arjan van de Ven

--- linux/net/atm/Makefile	Fri Dec 22 18:22:15 2000
+++ ../0/linux/net/atm/Makefile	Fri Dec 22 19:01:03 2000
@@ -37,6 +37,11 @@
 obj-$(CONFIG_ATM) += lec.o lane_mpoa_init.o
 endif
 
+ifeq ($(CONFIG_ATM_LANE),m)
+obj-$(CONFIG_ATM) += lane_mpoa_init.o
+obj-m += lec.o 
+endif
+
 ifeq ($(CONFIG_ATM_MPOA),y)
 obj-$(CONFIG_ATM) += mpoa.o
 endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

      reply	other threads:[~2000-12-23 16:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-22  1:29 test13-pre4 Linus Torvalds
2000-12-22 13:00 ` test13-pre4 Eyal Lebedinsky
2000-12-22 14:31   ` test13-pre4 Andrea Arcangeli
2000-12-22 15:01     ` test13-pre4 Andrea Arcangeli
2000-12-22 15:24       ` test13-pre4 Andrea Arcangeli
2000-12-22 23:08       ` test13-pre4 Eyal Lebedinsky
2000-12-22 16:07   ` test13-pre4 Arjan van de Ven
2000-12-22 16:18     ` test13-pre4 Andrea Arcangeli
2000-12-23 15:12 ` "undefined reference" atm_lane_init & atm_mpoa_init with test13-pre4 Arjan Filius
2000-12-23 15:46   ` Arjan van de Ven [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=m149qsR-000OXQC@amadeus.home.nl \
    --to=arjan@fenrus.demon.nl \
    --cc=iafilius@xs4all.nl \
    --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