From: James S. <jsi...@us...> - 2002-04-24 18:56:58
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/sbus/char In directory usw-pr-cvs1:/tmp/cvs-serv8328/linux/drivers/sbus/char Modified Files: Makefile Log Message: Synced to 2.5.9. Note some of the fb changes went into 2.5.9. Yeah :-) Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/sbus/char/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile 5 May 2001 16:28:27 -0000 1.9 +++ Makefile 24 Apr 2002 18:56:51 -0000 1.10 @@ -12,7 +12,6 @@ export-objs := su.o bbc_i2c.o obj-y := sunserial.o zs.o -list-multi := vfc.o bbc.o vfc-objs := vfc_dev.o vfc_i2c.o bbc-objs := bbc_i2c.o bbc_envctrl.o @@ -34,9 +33,3 @@ obj-$(CONFIG_BBC_I2C) += bbc.o include $(TOPDIR)/Rules.make - -vfc.o: $(vfc-objs) - $(LD) -r -o $@ $(vfc-objs) - -bbc.o: $(bbc-objs) - $(LD) -r -o $@ $(bbc-objs) |