All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wayne.Brown@altec.com
To: linux-kernel@vger.kernel.org
Cc: torvalds@transmeta.com
Subject: 2.4.0-test13 drivers/net/pcmcia fix
Date: Fri, 22 Dec 2000 00:23:26 -0600	[thread overview]
Message-ID: <862569BD.00234C86.00@smtpnotes.altec.com> (raw)



The files in drivers/net/pcmcia are skipped when configured to compile as
modules.  Here's a patch (against test13-pre4) for the Makefile:

--- linux.old/drivers/net/Makefile Thu Dec 21 22:14:46 2000
+++ linux/drivers/net/Makefile     Thu Dec 21 23:38:20 2000
@@ -8,7 +8,7 @@
 obj-n           :=
 obj-            :=

-mod-subdirs     := wan
+mod-subdirs     := pcmcia wan

 O_TARGET := net.o


-
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-22  6:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=862569BD.00234C86.00@smtpnotes.altec.com \
    --to=wayne.brown@altec.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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.