public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: marcelo@conectiva.com.br
Cc: linux-kernel@vger.kernel.org
Subject: [patch] 2.4.19-pre8 correct build of m8xx_pcmcia
Date: Thu, 16 May 2002 18:07:12 +1000	[thread overview]
Message-ID: <31741.1021536432@kao2.melbourne.sgi.com> (raw)

Obviously nobody has tried to set CONFIG_PCMCIA_M8XX to build
m8xx_pcmcia.

Index: 19-pre8.1/drivers/pcmcia/Makefile
--- 19-pre8.1/drivers/pcmcia/Makefile Fri, 03 May 2002 12:35:44 +1000 kaos (linux-2.4/w/b/10_Makefile 1.3.1.5 644)
+++ 19-pre8.1(w)/drivers/pcmcia/Makefile Thu, 16 May 2002 18:04:21 +1000 kaos (linux-2.4/w/b/10_Makefile 1.3.1.5 644)
@@ -60,7 +60,7 @@ else
 endif
 
 obj-$(CONFIG_PCMCIA_SA1100)	+= sa1100_cs.o
-obj-$)CONFIG_PCMCIA_M8XX)	+= m8xx_pcmcia.o
+obj-$(CONFIG_PCMCIA_M8XX)	+= m8xx_pcmcia.o
 
 sa1100_cs-objs-y				:= sa1100_generic.o
 sa1100_cs-objs-$(CONFIG_SA1100_ADSBITSY)	+= sa1100_adsbitsy.o sa1111_generic.o


                 reply	other threads:[~2002-05-16  8:07 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=31741.1021536432@kao2.melbourne.sgi.com \
    --to=kaos@ocs.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /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