Update of /cvsroot/linux-mips/linux/arch/mips
In directory usw-pr-cvs1:/tmp/cvs-serv17935/arch/mips
Modified Files:
Makefile config.in
Log Message:
Update casio E15 projet to latest structure.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/Makefile,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Makefile 9 Mar 2002 07:47:19 -0000 1.41
+++ Makefile 19 Mar 2002 14:22:21 -0000 1.42
@@ -473,11 +473,11 @@
#
ifdef CONFIG_CASIO_E15
SUBDIRS += arch/mips/vr41xx/common \
- arch/mips/vr4111/common \
- arch/mips/vr4111/casio
+ arch/mips/vr41xx/vr4111/common \
+ arch/mips/vr41xx/vr4111/casio-e15
LIBS += arch/mips/vr41xx/common/vr41xx.o \
- arch/mips/vr4111/common/vr4111.o \
- arch/mips/vr4111/casio/casio.o
+ arch/mips/vr41xx/vr4111/common/vr4111.o \
+ arch/mips/vr41xx/vr4111/casio-e15/casio-e15.o
LOADADDR += 0x80001000
endif
Index: config.in
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- config.in 12 Mar 2002 22:51:31 -0000 1.89
+++ config.in 19 Mar 2002 14:22:21 -0000 1.90
@@ -462,13 +462,14 @@
if [ "$CONFIG_CASIO_E15" = "y" ]; then
define_bool CONFIG_CPU_VR41XX y
define_bool CONFIG_VR4111 y
- define_bool CONFIG_SERIAL y
- define_bool CONFIG_SERIAL_MANY_PORTS y
define_bool CONFIG_NEW_IRQ y
define_bool CONFIG_IRQ_CPU y
define_bool CONFIG_NEW_TIME_C y
- define_bool CONFIG_ISA y
+ define_bool CONFIG_VR41XX_TIME_C y
define_bool CONFIG_NONCOHERENT_IO y
+ define_bool CONFIG_ISA y
+ define_bool CONFIG_SERIAL y
+ define_bool CONFIG_SERIAL_MANY_PORTS y
define_bool CONFIG_DUMMY_KEYB y
define_bool CONFIG_TOUCH_PANEL y
define_bool CONFIG_BUTTONS y
|