All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Schiele <rschiele@uni-mannheim.de>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Alessandro Suardi <alessandro.suardi@oracle.com>,
	Adrian Bunk <bunk@fs.tum.de>,
	Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] Re: Linux-2.4.11-pre5
Date: Mon, 8 Oct 2001 18:32:40 +0200	[thread overview]
Message-ID: <20011008183240.A13046@schiele.local> (raw)
In-Reply-To: <3BC0C655.6C35DF43@oracle.com> <Pine.LNX.4.33.0110071643050.7542-100000@penguin.transmeta.com>
In-Reply-To: <Pine.LNX.4.33.0110071643050.7542-100000@penguin.transmeta.com>; from torvalds@transmeta.com on Sun, Oct 07, 2001 at 04:46:02PM -0700

[-- Attachment #1: Type: text/plain, Size: 2056 bytes --]

On Sun, Oct 07, 2001 at 04:46:02PM -0700, Linus Torvalds wrote:
> 
> On Sun, 7 Oct 2001, Alessandro Suardi wrote:
> >
> > Happens also for ieee1394 when built as module.
> 
> Add "ohci1394.o" to the list of export-objs in ieee1349/Makefile.

To make this a bit more complete, I made a patch from all the
export-objs related changes I had to make to build my kernel. I don't
think that this list is complete, as I fixed only those parts that
prevented the kernel build on my system.

Robert

And now the patches:

--- linux-2.4.11-pre5/drivers/char/Makefile~	Sun Sep  9 19:43:02 2001
+++ linux-2.4.11-pre5/drivers/char/Makefile	Mon Oct  8 06:29:08 2001
@@ -23,7 +23,7 @@
 
 export-objs     :=	busmouse.o console.o keyboard.o sysrq.o \
 			misc.o pty.o random.o selection.o serial.o \
-			sonypi.o tty_io.o tty_ioctl.o
+			sonypi.o tty_io.o tty_ioctl.o generic_serial.o
 
 mod-subdirs	:=	joystick ftape drm pcmcia
 
--- linux-2.4.11-pre5/drivers/ide/Makefile~	Tue Sep 18 08:23:40 2001
+++ linux-2.4.11-pre5/drivers/ide/Makefile	Mon Oct  8 06:48:09 2001
@@ -10,7 +10,7 @@
 
 O_TARGET := idedriver.o
 
-export-objs		:= ide.o ide-features.o
+export-objs		:= ide.o ide-features.o ataraid.o
 list-multi		:= ide-mod.o ide-probe-mod.o
 
 obj-y		:=
--- linux-2.4.11-pre5/drivers/ieee1394/Makefile~	Fri Jul 20 21:47:31 2001
+++ linux-2.4.11-pre5/drivers/ieee1394/Makefile	Mon Oct  8 07:02:34 2001
@@ -4,7 +4,7 @@
 
 O_TARGET := ieee1394drv.o
 
-export-objs := ieee1394_syms.o
+export-objs := ieee1394_syms.o ohci1394.o
 
 list-multi := ieee1394.o
 ieee1394-objs := ieee1394_core.o ieee1394_transactions.o hosts.o \
--- linux-2.4.11-pre5/drivers/video/sis/Makefile~	Fri Dec 29 23:07:23 2000
+++ linux-2.4.11-pre5/drivers/video/sis/Makefile	Mon Oct  8 17:30:28 2001
@@ -4,6 +4,8 @@
 
 O_TARGET := sisfb.o
 
+export-objs := sis_main.o
+
 obj-y  := sis_main.o sis_300.o sis_301.o
 obj-m  := $(O_TARGET)
 

-- 
Robert Schiele			Tel.: +49-621-10059
Dipl.-Wirtsch.informatiker	mailto:rschiele@uni-mannheim.de

[-- Attachment #2: Type: application/pgp-signature, Size: 524 bytes --]

  reply	other threads:[~2001-10-08 16:35 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-07 18:49 Linux-2.4.11-pre5 Linus Torvalds
2001-10-07 19:18 ` Linux-2.4.11-pre5 Simon Kirby
2001-10-07 19:34   ` Linux-2.4.11-pre5 Johannes Erdfelt
2001-10-07 19:40     ` Linux-2.4.11-pre5 Simon Kirby
2001-10-07 20:19       ` Linux-2.4.11-pre5 Johannes Erdfelt
2001-10-07 20:33         ` [patch] uhci.c interrupts Johannes Erdfelt
2001-10-08 19:02         ` Linux-2.4.11-pre5 Simon Kirby
2001-10-08 19:47           ` Linux-2.4.11-pre5 Simon Kirby
2001-10-08 20:21             ` Linux-2.4.11-pre5 Johannes Erdfelt
2001-10-08 20:30               ` Linux-2.4.11-pre5 Simon Kirby
2001-10-07 20:49 ` Linux-2.4.11-pre5 Adrian Bunk
2001-10-07 21:17   ` Linux-2.4.11-pre5 Alessandro Suardi
2001-10-07 23:46     ` Linux-2.4.11-pre5 Linus Torvalds
2001-10-08 16:32       ` Robert Schiele [this message]
2001-10-07 21:48   ` Linux-2.4.11-pre5 Alan Cox
2001-10-08  1:11   ` Linux-2.4.11-pre5 Keith Owens

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=20011008183240.A13046@schiele.local \
    --to=rschiele@uni-mannheim.de \
    --cc=alessandro.suardi@oracle.com \
    --cc=bunk@fs.tum.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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.