summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/kernel/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile
index 97eaa62b3..ea332cb10 100644
--- a/arch/mips/kernel/Makefile
+++ b/arch/mips/kernel/Makefile
@@ -34,11 +34,11 @@ endif
ifndef CONFIG_DECSTATION
ifndef CONFIG_BAGET_MIPS
- ifndef CONFIG_SGI_IP22
- ifndef CONFIG_ORION
- ifndef CONFIG_MIPS_ATLAS
- ifndef CONFIG_MIPS_MALTA
- O_OBJS += time.o
+ ifndef CONFIG_ORION
+ ifndef CONFIG_MIPS_ATLAS
+ ifndef CONFIG_MIPS_MALTA
+ O_OBJS += time.o
+ ifndef CONFIG_SGI_IP22
OX_OBJS += irq.o
endif
endif