[PATCH] Re: Linux-2.4.11-pre5

Robert Schiele (rschiele@uni-mannheim.de)
Mon, 8 Oct 2001 18:32:40 +0200


--J2SCkAp4GZ/dPZZf
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Oct 07, 2001 at 04:46:02PM -0700, Linus Torvalds wrote:
>=20
> On Sun, 7 Oct 2001, Alessandro Suardi wrote:
> >
> > Happens also for ieee1394 when built as module.
>=20
> 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 @@
=20
export-objs :=3D 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
=20
mod-subdirs :=3D joystick ftape drm pcmcia
=20
--- 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 @@
=20
O_TARGET :=3D idedriver.o
=20
-export-objs :=3D ide.o ide-features.o
+export-objs :=3D ide.o ide-features.o ataraid.o
list-multi :=3D ide-mod.o ide-probe-mod.o
=20
obj-y :=3D
--- 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 @@
=20
O_TARGET :=3D ieee1394drv.o
=20
-export-objs :=3D ieee1394_syms.o
+export-objs :=3D ieee1394_syms.o ohci1394.o
=20
list-multi :=3D ieee1394.o
ieee1394-objs :=3D 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 @@
=20
O_TARGET :=3D sisfb.o
=20
+export-objs :=3D sis_main.o
+
obj-y :=3D sis_main.o sis_300.o sis_301.o
obj-m :=3D $(O_TARGET)
=20

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

--J2SCkAp4GZ/dPZZf
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iQEVAwUBO8HVKMQAnns5HcHpAQFsaAf/TsSbXlrcTC4RjurDwAvGzAe5w83ASMyQ
M5Afn+79njFh1bp/8DV6va09DPIQ+DaE4f6moucszQHf7ZEl1y+HOBexlzm4nauC
JfIO2pZ1pu3NnmFLpU4MprZuEh1v6Ch33tAJIl0yJUrVjAlp+WLzJgzxm46d1MYv
+8t8bz9e5wZEV3d3NIwhp1Ilf/GqloHOXZfNmc/Q6S6e3RlIHZW8tSDC7N194Gry
cz+zZT5wZgH99xrUiBmXcuMysvE5vNjTmajyF0tbq0Glo3c9hkTH2VNaKx37WFSy
oGy3pPedxFC5cqZkM4ku2Nb1rK1ajgBCbaNkFeWAN2lojlEc5asNLA==
=IF5v
-----END PGP SIGNATURE-----

--J2SCkAp4GZ/dPZZf--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/