summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-02-22 04:12:11 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-02-22 04:12:11 +0000
commitc884ada29ead83a2777c4097489dc4db26419624 (patch)
tree98bc5e293200d703cb6d9b47ab6f052dfaba0041 /arch/mips/kernel/Makefile
parent95b2d612949328e196b54c7569324e22f98c6ec0 (diff)
Support for Phillips PDAs.
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r--arch/mips/kernel/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile
index 86947b0ba..b4c91f991 100644
--- a/arch/mips/kernel/Makefile
+++ b/arch/mips/kernel/Makefile
@@ -26,6 +26,9 @@ obj-$(CONFIG_MODULES) += mips_ksyms.o
ifdef CONFIG_CPU_R3000
obj-y += r2300_misc.o r2300_fpu.o r2300_switch.o
else
+ifdef CONFIG_CPU_R3912
+obj-y += r2300_misc.o r2300_fpu.o r2300_switch.o
+else
obj-y += r4k_misc.o r4k_switch.o
ifdef CONFIG_CPU_R6000
obj-y += r6000_fpu.o
@@ -33,6 +36,7 @@ else
obj-y += r4k_fpu.o
endif
endif
+endif
obj-$(CONFIG_MIPS_FPE_MODULE) += fpe.o
ifndef CONFIG_MIPS_FPU_EMULATOR
@@ -49,7 +53,9 @@ ifndef CONFIG_DECSTATION
ifndef CONFIG_MIPS_MALTA
ifndef CONFIG_MIPS_EV96100
ifndef CONFIG_MIPS_ITE8172
- obj-y += time.o
+ ifndef CONFIG_NINO
+ obj-y += time.o
+ endif
endif
endif
endif