From: Christoph Hellwig <hch@lst.de>
To: linux-ide@vger.kernel.org
Subject: Re: [PATCH] module ide-pnp
Date: Sat, 19 Jun 2004 12:43:16 +0200 [thread overview]
Message-ID: <20040619104316.GA30619@lst.de> (raw)
In-Reply-To: <20040619103546.GA30487@lst.de>
On Sat, Jun 19, 2004 at 12:35:46PM +0200, Christoph Hellwig wrote:
> This patch allows compile ide-pnp as a module. The original patch is
> from Herbert Xu through the Debian kernel package, but I reworked it
> significantly.
oops, makefile bits missing:
--- 1.21/drivers/ide/Makefile 2004-06-18 08:43:53 +02:00
+++ edited/drivers/ide/Makefile 2004-06-19 12:42:49 +02:00
@@ -23,7 +23,6 @@
ide-core-$(CONFIG_BLK_DEV_IDEDMA) += ide-dma.o
ide-core-$(CONFIG_BLK_DEV_IDE_TCQ) += ide-tcq.o
ide-core-$(CONFIG_PROC_FS) += ide-proc.o
-ide-core-$(CONFIG_BLK_DEV_IDEPNP) += ide-pnp.o
# built-in only drivers from arm/
ide-core-$(CONFIG_IDE_ARM) += arm/ide_arm.o
@@ -44,6 +43,7 @@
obj-$(CONFIG_BLK_DEV_IDE) += ide-core.o
obj-$(CONFIG_IDE_GENERIC) += ide-generic.o
+obj-$(CONFIG_BLK_DEV_IDEPNP) += ide-pnp.o
obj-$(CONFIG_BLK_DEV_IDEDISK) += ide-disk.o
obj-$(CONFIG_BLK_DEV_IDECD) += ide-cd.o
prev parent reply other threads:[~2004-06-19 10:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-19 10:35 [PATCH] module ide-pnp Christoph Hellwig
2004-06-19 10:43 ` Christoph Hellwig [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=20040619104316.GA30619@lst.de \
--to=hch@lst.de \
--cc=linux-ide@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;
as well as URLs for NNTP newsgroup(s).