All of lore.kernel.org
 help / color / mirror / Atom feed
From: GertJan Spoelman <kl@gjs.cc>
To: "benny k." <ben@bagu.org>, linux-kernel@vger.kernel.org
Subject: Re: small prob. with pcmcia Makefile in 2.4.20
Date: Sat, 30 Nov 2002 14:16:47 +0100	[thread overview]
Message-ID: <200211301416.47796.kl@gjs.cc> (raw)
In-Reply-To: <20021130104153.GA21939@bagu.org>

On Saturday 30 November 2002 11:41, benny k. wrote:
> Hello,
>
> I have found a small problem with the pcmcia Makefile in 2.4.20. It seems
> that drivers/net/pcmcia/smc91c92_cs.c has a dependency on
> drivers/net/mii.c. I played with the Makefile and came up with the
> following two solutions:
>
<snip>
>
> Does anyone have any suggestions on how to fix this?

The fix was posted yesterday on this list by Adrian Bunk:

--- linux-2.4.20-test/drivers/net/Makefile.old  2002-11-29 17:46:47.000000000 
+0100
+++ linux-2.4.20-test/drivers/net/Makefile      2002-11-29 17:47:22.000000000 
+0100
@@ -122,6 +122,7 @@
 obj-$(CONFIG_MAC8390) += daynaport.o 8390.o
 obj-$(CONFIG_APNE) += apne.o 8390.o
 obj-$(CONFIG_PCMCIA_PCNET) += 8390.o
+obj-$(CONFIG_PCMCIA_SMC91C92) += mii.o
 obj-$(CONFIG_SHAPER) += shaper.o
 obj-$(CONFIG_SK_G16) += sk_g16.o
 obj-$(CONFIG_HP100) += hp100.o

-- 

    GertJan

      reply	other threads:[~2002-11-30 13:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-30 10:41 small prob. with pcmcia Makefile in 2.4.20 benny k.
2002-11-30 13:16 ` GertJan Spoelman [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=200211301416.47796.kl@gjs.cc \
    --to=kl@gjs.cc \
    --cc=ben@bagu.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.