diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-08-22 00:42:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-08-22 00:42:08 +0000 |
commit | 8a16e32c87479b1d7f7322ceac9dfde7870a366c (patch) | |
tree | 09d083ee016f34bb26bab34a75af56376264f784 | |
parent | 7d70ffc29e135a8fab02f85ee75bf99533cd80ed (diff) |
7k hooks.
-rw-r--r-- | arch/mips/mm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/mm/Makefile b/arch/mips/mm/Makefile index d8929b93c..eb17ba7d4 100644 --- a/arch/mips/mm/Makefile +++ b/arch/mips/mm/Makefile @@ -26,6 +26,10 @@ ifdef CONFIG_CPU_R5000 O_OBJS += r4xx0.o endif +ifdef CONFIG_CPU_RM7000 +O_OBJS += rm7k.o +endif + ifdef CONFIG_CPU_NEVADA O_OBJS += r4xx0.o endif |