mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@fs.tum.de>
To: shivers@cc.gatech.edu
Cc: linux-kernel@vger.kernel.org
Subject: Re: make/configuration/dependency bug in 2.4.20 kernel
Date: Sat, 4 Jan 2003 01:39:14 +0100	[thread overview]
Message-ID: <20030104003914.GO6114@fs.tum.de> (raw)
In-Reply-To: <200212272032.gBRKWgM3012465@mongkok.dyndns.org>

On Fri, Dec 27, 2002 at 03:32:42PM -0500, shivers@cc.gatech.edu wrote:

> I am not a member of the linux kernel-hackers community, so if this is the
> wrong address for this message, please excuse my ignorance.
> 
> There appears to be a make/configuration/dependency bug in the
> 2.4.20 kernel found at
>     http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.20.tar.gz
> 
> * Short summary
> ---------------
> The build machinery isn't aware that the driver for the smc91c92 PCMCIA card
>     /lib/modules/2.4.20/kernel/drivers/net/pcmcia/smc91c92_cs.o
> depends on /usr/src/linux-2.4.20/drivers/net/mii.c.
>...

This is a known bug in 2.4.20 that is already fixed in 2.4.21-pre.

The following patch fixes it:

--- linux-2.4.20/drivers/net/Makefile.old	2003-01-04 01:36:43.000000000 +0100
+++ linux-2.4.20/drivers/net/Makefile	2003-01-04 01:37:14.000000000 +0100
@@ -226,6 +226,9 @@
 obj-$(CONFIG_TUN) += tun.o
 obj-$(CONFIG_DL2K) += dl2k.o
 
+# non-drivers/net drivers who want mii lib
+obj-$(CONFIG_PCMCIA_SMC91C92) += mii.o
+ 
 ifeq ($(CONFIG_ARCH_ACORN),y)
 mod-subdirs	+= ../acorn/net
 subdir-y	+= ../acorn/net


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


      reply	other threads:[~2003-01-04  0:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-27 20:32 shivers
2003-01-04  0:39 ` Adrian Bunk [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=20030104003914.GO6114@fs.tum.de \
    --to=bunk@fs.tum.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shivers@cc.gatech.edu \
    /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

all inboxes | Powered by JetHome®