summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKeith M Wesolowski <wesolows@foobazco.org>2000-10-11 23:06:26 +0000
committerKeith M Wesolowski <wesolows@foobazco.org>2000-10-11 23:06:26 +0000
commit73c5574a141032a6d588b0e25be6d76bbf7b991d (patch)
tree2ca77995947f09f4f55b3b679e00a288d0ae3e0f /arch
parent17251423a57df00e715c9f750c7b0172e2ab736e (diff)
Fix the IP22 build after Ralf's last change.
Diffstat (limited to 'arch')
-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