summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r--arch/mips/kernel/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile
index ea332cb10..2125c2f9c 100644
--- a/arch/mips/kernel/Makefile
+++ b/arch/mips/kernel/Makefile
@@ -37,10 +37,14 @@ ifndef CONFIG_DECSTATION
ifndef CONFIG_ORION
ifndef CONFIG_MIPS_ATLAS
ifndef CONFIG_MIPS_MALTA
- O_OBJS += time.o
- ifndef CONFIG_SGI_IP22
- OX_OBJS += irq.o
- endif
+ ifndef CONFIG_MIPS_EV96100
+ O_OBJS += time.o
+ ifndef CONFIG_SGI_IP22
+ ifndef CONFIG_MIPS_EV96100
+ OX_OBJS += irq.o
+ endif
+ endif
+ endif
endif
endif
endif