mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] undo 2.5.34 ftape damage
@ 2002-09-10 14:58 Mikael Pettersson
  2002-09-10 19:15 ` Sam Ravnborg
  2002-09-10 20:31 ` Thunder from the hill
  0 siblings, 2 replies; 6+ messages in thread
From: Mikael Pettersson @ 2002-09-10 14:58 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

In the 2.5.33->2.5.34 step someone removed "export-objs" from
drivers/char/ftape/lowlevel/Makefile, which makes it impossible to build
ftape as a module since is _does_ have a number of EXPORT_SYMBOL's.

The patch below reverts that change. Linus, please apply.

/Mikael

--- linux-2.5.34/drivers/char/ftape/lowlevel/Makefile.~1~	Mon Sep  9 21:15:28 2002
+++ linux-2.5.34/drivers/char/ftape/lowlevel/Makefile	Tue Sep 10 16:43:25 2002
@@ -23,6 +23,8 @@
 #      driver for Linux.
 #
 
+export-objs := ftape_syms.o
+
 obj-$(CONFIG_FTAPE) += ftape.o
 
 ftape-objs := ftape-init.o fdc-io.o fdc-isr.o \

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-09-11  6:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-10 14:58 [PATCH] undo 2.5.34 ftape damage Mikael Pettersson
2002-09-10 19:15 ` Sam Ravnborg
2002-09-10 20:31 ` Thunder from the hill
2002-09-10 22:03   ` Russell King
2002-09-10 22:09     ` Thunder from the hill
2002-09-11  6:50   ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome