diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-06 22:59:55 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-06 22:59:55 +0000 |
commit | 2cd3e1c9bf87b60bad3bee59fe02cd3294f7aa33 (patch) | |
tree | 2439a693e39429ed870dbfc0a8124745d8bec634 /arch/mips/kernel/Makefile | |
parent | 7b2de87d1fb408559c520ade7d29e68552cfcbfd (diff) |
Partial support for Galileo EV96100 evaluation board. Patches from
Pete Popov of Monta Vista.
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r-- | arch/mips/kernel/Makefile | 12 |
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 |