public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Patch for sbus makefile bug
@ 2001-05-20 15:47 Eric S. Raymond
  2001-05-20 23:50 ` [kbuild-devel] " Keith Owens
  0 siblings, 1 reply; 2+ messages in thread
From: Eric S. Raymond @ 2001-05-20 15:47 UTC (permalink / raw)
  To: CML2, kbuild-devel

Somebody failed to track a module name change.

--- drivers/sbus/char/Makefile	2001/05/20 15:33:48	1.1
+++ drivers/sbus/char/Makefile	2001/05/20 15:34:03
@@ -31,7 +31,7 @@
 obj-$(CONFIG_SUN_AURORA)		+= aurora.o
 obj-$(CONFIG_TADPOLE_TS102_UCTRL)	+= uctrl.o
 obj-$(CONFIG_SUN_JSFLASH)		+= jsflash.o
-obj-$(CONFIG_BBC_I2C)			+= bbc.o
+obj-$(CONFIG_BBC_I2C)			+= bbc_i2c.o
 
 include $(TOPDIR)/Rules.make
 
-- 
		<a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a>

A man who has nothing which he is willing to fight for, nothing 
which he cares about more than he does about his personal safety, 
is a miserable creature who has no chance of being free, unless made 
and kept so by the exertions of better men than himself. 
	-- John Stuart Mill, writing on the U.S. Civil War in 1862

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

* Re: [kbuild-devel] Patch for sbus makefile bug
  2001-05-20 15:47 Patch for sbus makefile bug Eric S. Raymond
@ 2001-05-20 23:50 ` Keith Owens
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Owens @ 2001-05-20 23:50 UTC (permalink / raw)
  To: esr; +Cc: CML2, kbuild-devel

On Sun, 20 May 2001 11:47:38 -0400, 
"Eric S. Raymond" <esr@thyrsus.com> wrote:
>Somebody failed to track a module name change.
>-obj-$(CONFIG_BBC_I2C)			+= bbc.o
>+obj-$(CONFIG_BBC_I2C)			+= bbc_i2c.o

bbc-objs := bbc_i2c.o bbc_envctrl.o

The module is bbc.o, bbc_i2c.o is a sub-object of bbc.o, the selection
is correct (2.4.5-pre4).


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

end of thread, other threads:[~2001-05-20 23:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-20 15:47 Patch for sbus makefile bug Eric S. Raymond
2001-05-20 23:50 ` [kbuild-devel] " Keith Owens

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