Messages in this thread Patch in this message |  | | Date | Mon, 8 Oct 2001 18:32:40 +0200 | From | Robert Schiele <> | Subject | [PATCH] Re: Linux-2.4.11-pre5 |
| |
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 [unhandled content-type:application/pgp-signature] |  |