From: James S. <jsi...@us...> - 2001-10-06 16:11:16
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/macintosh In directory usw-pr-cvs1:/tmp/cvs-serv25708/linux/drivers/macintosh Modified Files: Makefile Log Message: Synced to 2.4.10 Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/macintosh/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile 2001/03/31 00:00:56 1.6 +++ Makefile 2001/10/06 16:11:13 1.7 @@ -15,7 +15,7 @@ # Objects that export symbols. -export-objs := adb.o rtc.o +export-objs := adb.o rtc.o via-pmu.o # Object file lists. |