diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-01 00:50:20 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-01 00:50:20 +0000 |
commit | bd960c445743f32727d7149ee151e6d22f80b651 (patch) | |
tree | ee97ce15e4c60d8009406de08311740fe00ad31c /arch/mips/mm/Makefile | |
parent | e65b7e69af9220d92ab9f467f92d963f01aac028 (diff) |
R5432 support.
Diffstat (limited to 'arch/mips/mm/Makefile')
-rw-r--r-- | arch/mips/mm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/Makefile b/arch/mips/mm/Makefile index 409726924..c57b9cfa1 100644 --- a/arch/mips/mm/Makefile +++ b/arch/mips/mm/Makefile @@ -27,7 +27,7 @@ O_OBJS += r4xx0.o endif ifdef CONFIG_CPU_R5432 -O_OBJS += r4xx0.o +O_OBJS += r5432.o endif ifdef CONFIG_CPU_RM7000 |