public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@fs.tum.de>
To: Andrew Morton <akpm@osdl.org>,
	Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Cc: linux-kernel@vger.kernel.org
Subject: [patch] 2.6.1-mm5: compile error with IDE legacy driver
Date: Tue, 20 Jan 2004 14:20:11 +0100	[thread overview]
Message-ID: <20040120132011.GB12027@fs.tum.de> (raw)
In-Reply-To: <20040120000535.7fb8e683.akpm@osdl.org>

On Tue, Jan 20, 2004 at 12:05:35AM -0800, Andrew Morton wrote:
>...
> Changes since 2.6.1-mm4:
>...
> -modular-ide-is-broken.patch
> +fix-improve-modular-ide.patch
> 
>  Make IDE work as a module again.
>...

I got the following compile error:

<--  snip  -->

...
  CC      drivers/ide/ide-pnp.o
make[2]: *** No rule to make target `drivers/ide/pdc4030.s', needed by 
`drivers/ide/pdc4030.o'.  Stop.
make[1]: *** [drivers/ide] Error 2

<--  snip  -->

The patch below fixes this problem.

cu
Adrian


--- linux-2.6.1-mm5/drivers/ide/Makefile.old	2004-01-20 13:39:23.000000000 +0100
+++ linux-2.6.1-mm5/drivers/ide/Makefile	2004-01-20 13:40:04.000000000 +0100
@@ -23,18 +23,18 @@
 ide-core-$(CONFIG_BLK_DEV_IDEPNP)	+= ide-pnp.o
 
 # built-in only drivers from legacy/
-ide-core-$(CONFIG_BLK_DEV_IDE_PC9800)	+= pc9800.o
-ide-core-$(CONFIG_BLK_DEV_PDC4030)	+= pdc4030.o
-ide-core-$(CONFIG_BLK_DEV_BUDDHA)	+= buddha.o
-ide-core-$(CONFIG_BLK_DEV_FALCON_IDE)	+= falconide.o
-ide-core-$(CONFIG_BLK_DEV_GAYLE)	+= gayle.o
-ide-core-$(CONFIG_BLK_DEV_MAC_IDE)	+= macide.o
-ide-core-$(CONFIG_BLK_DEV_Q40IDE)	+= q40ide.o
+ide-core-$(CONFIG_BLK_DEV_IDE_PC9800)	+= legacy/pc9800.o
+ide-core-$(CONFIG_BLK_DEV_PDC4030)	+= legacy/pdc4030.o
+ide-core-$(CONFIG_BLK_DEV_BUDDHA)	+= legacy/buddha.o
+ide-core-$(CONFIG_BLK_DEV_FALCON_IDE)	+= legacy/falconide.o
+ide-core-$(CONFIG_BLK_DEV_GAYLE)	+= legacy/gayle.o
+ide-core-$(CONFIG_BLK_DEV_MAC_IDE)	+= legacy/macide.o
+ide-core-$(CONFIG_BLK_DEV_Q40IDE)	+= legacy/q40ide.o
 
 # built-in only drivers from ppc/
-ide-core-$(CONFIG_BLK_DEV_MPC8xx_IDE)	+= mpc8xx.o
-ide-core-$(CONFIG_BLK_DEV_IDE_PMAC)	+= pmac.o
-ide-core-$(CONFIG_BLK_DEV_IDE_SWARM)	+= swarm.o
+ide-core-$(CONFIG_BLK_DEV_MPC8xx_IDE)	+= ppc/mpc8xx.o
+ide-core-$(CONFIG_BLK_DEV_IDE_PMAC)	+= ppc/pmac.o
+ide-core-$(CONFIG_BLK_DEV_IDE_SWARM)	+= ppc/swarm.o
 
 obj-$(CONFIG_BLK_DEV_IDE)		+= ide-core.o
 obj-$(CONFIG_IDE_GENERIC)		+= ide-generic.o



  parent reply	other threads:[~2004-01-20 13:20 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-20  8:05 2.6.1-mm5 Andrew Morton
2004-01-20 10:51 ` 2.6.1-mm5 dies booting, possibly network related Helge Hafting
     [not found]   ` <20040120175408.GA12805@lsc.hu>
2004-01-20 18:23     ` Andrew Morton
2004-01-20 18:53       ` Valdis.Kletnieks
2004-01-20 20:52         ` GCS
2004-01-20 22:12       ` Helge Hafting
2004-01-21  9:35       ` 2.6.1-mm5 dies booting, possibly ipv6 related Helge Hafting
2004-01-21  9:29         ` Andrew Morton
2004-01-21 13:25           ` Helge Hafting
2004-01-21 14:28         ` GCS
2004-01-21 15:43           ` GCS
2004-01-20 11:14 ` 2.6.1-mm5 Christoph Hellwig
2004-01-20 16:37   ` 2.6.1-mm5 Andrew Morton
2004-01-20 11:35 ` 2.6.1-mm5 Christoph Hellwig
2004-01-20 13:20 ` Adrian Bunk [this message]
2004-01-20 15:37   ` [patch] 2.6.1-mm5: compile error with IDE legacy driver Bartlomiej Zolnierkiewicz
2004-01-20 13:45 ` [PATCH] missing space in printk message (was Re: 2.6.1-mm5) Sean Neakums
2004-01-20 13:54   ` Vojtech Pavlik
2004-01-20 14:09     ` Sean Neakums
2004-01-20 16:03 ` 2.6.1-mm5 [Compile error] Tim Cambrant
2004-01-20 16:08 ` 2.6.1-mm5 (compile stats) John Cherry
2004-01-20 21:57   ` Adrian Bunk
2004-01-20 22:15     ` John Cherry
2004-01-20 22:27       ` Adrian Bunk
2004-01-20 22:50         ` John Cherry
2004-01-20 18:30 ` 2.6.1-mm5 Mike Fedyk
2004-01-20 18:36   ` 2.6.1-mm5 Andrew Morton
2004-01-21  0:10 ` I2C sensors error (Re: 2.6.1-mm5) Zack Winkles
2004-01-21  0:34   ` Greg KH
2004-01-21  6:38 ` 2.6.1-mm5 - oops during network initialization Valdis Kletnieks
2004-01-21  8:31   ` Catalin BOIE
2004-01-21 15:46     ` GCS
2004-01-21 16:59       ` Valdis.Kletnieks
2004-01-21 18:58         ` Andrew Morton
2004-01-21 19:35           ` Valdis.Kletnieks
2004-01-21 23:19             ` GCS
2004-01-22 21:54             ` Valdis.Kletnieks
2004-01-22  9:35       ` Catalin BOIE

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=20040120132011.GB12027@fs.tum.de \
    --to=bunk@fs.tum.de \
    --cc=B.Zolnierkiewicz@elka.pw.edu.pl \
    --cc=akpm@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox