From: arjan@fenrus.demon.nl (Arjan van de Ven)
To: rob@sysgo.de
Cc: linux-kernel@vger.kernel.org
Subject: Re: unresolved reference to hd_init (2.4.0-test10, ll_rw_blk.c)
Date: Mon, 6 Nov 2000 18:28:25 +0100 (CET) [thread overview]
Message-ID: <m13sq4H-000OY7C@amadeus.home.nl> (raw)
In-Reply-To: <00110618154301.11022@rob>
In article <00110618154301.11022@rob> you wrote:
> Hi,
> I just ran into a small problem trying to build the 2.4.0-test10 kernel with
> only the "Old hard disk (MFM/RLL/IDE) driver" enabled. The following patch
> fixed this for me, (though I'm not sure I haven't broken anything else with it).
The real patch would be:
diff -ur /mnt/raid/1/linux-2.4.0-test10pre6/drivers/ide/Makefile linux/drivers/ide/Makefile
--- /mnt/raid/1/linux-2.4.0-test10pre6/drivers/ide/Makefile Sun Oct 29 14:14:29 2000
+++ linux/drivers/ide/Makefile Sat Oct 28 12:00:44 2000
@@ -31,7 +31,7 @@
ide-obj-$(CONFIG_BLK_DEV_FALCON_IDE) += falconide.o
ide-obj-$(CONFIG_BLK_DEV_GAYLE) += gayle.o
ide-obj-$(CONFIG_BLK_DEV_Q40IDE) += q40ide.o
-ide-obj-$(CONFIG_BLK_DEV_HD) += hd.o
+obj-$(CONFIG_BLK_DEV_HD) += hd.o
ide-obj-$(CONFIG_BLK_DEV_HPT34X) += hpt34x.o
ide-obj-$(CONFIG_BLK_DEV_HPT366) += hpt366.o
ide-obj-$(CONFIG_BLK_DEV_HT6560B) += ht6560b.o
Greetings,
Arjan van de Ven
-
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/
prev parent reply other threads:[~2000-11-06 17:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-11-06 17:09 unresolved reference to hd_init (2.4.0-test10, ll_rw_blk.c) Robert Kaiser
2000-11-06 17:28 ` Arjan van de Ven [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=m13sq4H-000OY7C@amadeus.home.nl \
--to=arjan@fenrus.demon.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=rob@sysgo.de \
/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.