From: <aot...@us...> - 2005-06-23 23:16:41
|
Update of /cvsroot/gc-linux/linux/arch/ppc/platforms In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30586/arch/ppc/platforms Modified Files: Makefile Removed Files: gcn-dvdcover.c Log Message: Kill of DVD cover driver. Original use was to test the platform IRQ hooks. Besides, this has now been obsoleted by the shiny new DI stuff. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/ppc/platforms/Makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Makefile 23 Jun 2005 20:02:16 -0000 1.18 +++ Makefile 23 Jun 2005 23:16:23 -0000 1.19 @@ -50,7 +50,6 @@ obj-$(CONFIG_GAMECUBE_RTC) += gcn-rtc.o obj-$(CONFIG_GAMECUBE_CONSOLE) += gcn-con.o obj-$(CONFIG_GAMECUBE_RESET) += gcn-rsw.o -obj-$(CONFIG_GAMECUBE_DVDCOVER) += gcn-dvdcover.o ifeq ($(CONFIG_SMP),y) obj-$(CONFIG_PPC_PMAC) += pmac_smp.o --- gcn-dvdcover.c DELETED --- |