From: Paul M. <le...@us...> - 2002-03-09 07:47:22
|
Update of /cvsroot/linux-mips/linux/arch/mips/vr41xx/vr4131/casio-be300 In directory usw-pr-cvs1:/tmp/cvs-serv29195/arch/mips/vr41xx/vr4131/casio-be300 Modified Files: Makefile Added Files: irq.c Log Message: Make BE-300 support build again. --- NEW FILE: irq.c --- /* * arch/mips/vr41xx/vr4131/casio-be300/irq.c * * Interrupt routines for the Casio Cassiopeia BE-300 * * Copyright (C) 2002 Paul Mundt <le...@ch...> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. */ #include <linux/init.h> void __init vr41xx_board_irq_init(void) { } Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/vr41xx/vr4131/casio-be300/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 9 Mar 2002 01:23:32 -0000 1.1 +++ Makefile 9 Mar 2002 07:47:19 -0000 1.2 @@ -13,7 +13,7 @@ O_TARGET := casio-be300.o -obj-y := prom.o setup.o +obj-y := prom.o setup.o irq.o obj-$(CONFIG_PCI) += pci_fixup.o |