diff options
Diffstat (limited to 'arch/mips/mm/Makefile')
-rw-r--r-- | arch/mips/mm/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/mm/Makefile b/arch/mips/mm/Makefile index 946b73ced..f0d34b0d6 100644 --- a/arch/mips/mm/Makefile +++ b/arch/mips/mm/Makefile @@ -22,6 +22,14 @@ ifdef CONFIG_CPU_R4X00 O_OBJS += r4xx0.o endif +ifdef CONFIG_CPU_R5000 +O_OBJS += r4xx0.o +endif + +ifdef CONFIG_CPU_NEVADA +O_OBJS += r4xx0.o +endif + ifdef CONFIG_CPU_R6000 O_OBJS += r6000.o endif |