Patch for sbus makefile bug

Eric S. Raymond (esr@thyrsus.com)
Sun, 20 May 2001 11:47:38 -0400


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 - 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/