From: Erik Andersen <andersen@codepoet.org>
To: Adrian Bunk <bunk@fs.tum.de>
Cc: Marcelo Tosatti <marcelo@conectiva.com.br>,
bcollins@debian.org,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] fix 2.4.x ieee1394
Date: Sun, 29 Dec 2002 09:44:09 -0700 [thread overview]
Message-ID: <20021229164409.GA5416@codepoet.org> (raw)
In-Reply-To: <20021229153821.GN27658@fs.tum.de>
On Sun Dec 29, 2002 at 04:38:21PM +0100, Adrian Bunk wrote:
> When I try 2.4.21-pre2 with your patch and the IEEE 1394 options you
> mention in your mail _nothing_ gets built inside the drivers/ieee1394
> directory and the error message at the final linking is:
>
> <-- snip -->
>
> ...
> -o vmlinux
> ld: cannot open drivers/ieee1394/ieee1394.o: No such file or directory
> make: *** [vmlinux] Error 1
>
> <-- snip -->
>
>
> How did you manage to get a kernel that actually compiles?
>
Sorry about that. I missed a spot. Here is the full fix:
--- linux/drivers/ieee1394/Makefile.orig 2002-12-21 14:32:36.000000000 -0700
+++ linux/drivers/ieee1394/Makefile 2002-12-21 19:43:05.000000000 -0700
@@ -18,7 +18,8 @@
obj-$(CONFIG_IEEE1394_AMDTP) += amdtp.o
obj-$(CONFIG_IEEE1394_CMP) += cmp.o
-include $(TOPDIR)/Rules.make
-
ieee1394.o: $(ieee1394-objs)
$(LD) $(LDFLAGS) -r -o $@ $(ieee1394-objs)
+
+include $(TOPDIR)/Rules.make
+
--- linux/Makefile.orig 2002-12-21 14:32:42.000000000 -0700
+++ linux/Makefile 2002-12-21 19:59:00.000000000 -0700
@@ -153,7 +153,7 @@
DRIVERS-$(CONFIG_FC4) += drivers/fc4/fc4.a
DRIVERS-$(CONFIG_SCSI) += drivers/scsi/scsidrv.o
DRIVERS-$(CONFIG_FUSION_BOOT) += drivers/message/fusion/fusion.o
-DRIVERS-$(CONFIG_IEEE1394) += drivers/ieee1394/ieee1394drv.o
+DRIVERS-$(CONFIG_IEEE1394) += drivers/ieee1394/ieee1394.o
ifneq ($(CONFIG_CD_NO_IDESCSI)$(CONFIG_BLK_DEV_IDECD)$(CONFIG_BLK_DEV_SR)$(CONFIG_PARIDE_PCD),)
DRIVERS-y += drivers/cdrom/driver.o
-Erik
--
Erik B. Andersen http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
next prev parent reply other threads:[~2002-12-29 16:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200212172033.gBHKX6A32611@hera.kernel.org>
2002-12-22 11:26 ` [PATCH] fix 2.4.x ieee1394 Erik Andersen
2002-12-22 14:01 ` Ben Collins
2002-12-29 15:38 ` Adrian Bunk
2002-12-29 16:44 ` Erik Andersen [this message]
2002-12-29 16:52 ` Ben Collins
2002-12-31 15:19 ` Kai Germaschewski
2002-12-29 17:43 ` Adrian Bunk
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=20021229164409.GA5416@codepoet.org \
--to=andersen@codepoet.org \
--cc=bcollins@debian.org \
--cc=bunk@fs.tum.de \
--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 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.