diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index ec2cd73a2b70..01fbd91a52c8 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -199,13 +199,6 @@ cflags-$(CONFIG_MACH_JAZZ) += -I$(srctree)/arch/mips/include/asm/mach-jazz | |||
199 | load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000 | 199 | load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000 |
200 | 200 | ||
201 | # | 201 | # |
202 | # Cobalt Server | ||
203 | # | ||
204 | core-$(CONFIG_MIPS_COBALT) += arch/mips/cobalt/ | ||
205 | cflags-$(CONFIG_MIPS_COBALT) += -I$(srctree)/arch/mips/include/asm/mach-cobalt | ||
206 | load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000 | ||
207 | |||
208 | # | ||
209 | # DECstation family | 202 | # DECstation family |
210 | # | 203 | # |
211 | core-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/ | 204 | core-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/ |