diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-10 23:47:44 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-10 23:47:44 +0000 |
commit | ce7a3f3db827012e90ceae068572d813643e3d32 (patch) | |
tree | 0ae05de73cea41d13e2f5c537dad97ae7e34fc33 /arch/mips/kernel/Makefile | |
parent | c7c4310f7fc1485925d800628bf50b3aeab535ef (diff) |
Support for the Galileo Orion board. From Cort.
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r-- | arch/mips/kernel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index e213c0d38..d140184a6 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile @@ -39,7 +39,9 @@ ifndef CONFIG_DECSTATION ifndef CONFIG_BAGET_MIPS O_OBJS += time.o ifndef CONFIG_SGI_IP22 - OX_OBJS += irq.o + ifndef CONFIG_ORION + OX_OBJS += irq.o + endif endif endif endif |