diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-05-19 10:45:12 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:16 -0400 |
commit | 149f60b30c947196be4dacb0fba216d72f51bf9f (patch) | |
tree | 79b75d50d591379f8160f62c396f0066f9ab2865 /arch | |
parent | f8280c8d3d51667015c2363eeaa76b4e28e002a5 (diff) |
When building for Atlas, Malta or SEAD convert the kernel to srecs by
default.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 393c33c0faad..bbf902796390 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -731,6 +731,18 @@ ifdef CONFIG_BOOT_ELF64 | |||
731 | all: $(vmlinux-64) | 731 | all: $(vmlinux-64) |
732 | endif | 732 | endif |
733 | 733 | ||
734 | ifdef CONFIG_MIPS_ATLAS | ||
735 | all: vmlinux.srec | ||
736 | endif | ||
737 | |||
738 | ifdef CONFIG_MIPS_MALTA | ||
739 | all: vmlinux.srec | ||
740 | endif | ||
741 | |||
742 | ifdef CONFIG_MIPS_SEAD | ||
743 | all: vmlinux.srec | ||
744 | endif | ||
745 | |||
734 | ifdef CONFIG_SNI_RM200_PCI | 746 | ifdef CONFIG_SNI_RM200_PCI |
735 | all: vmlinux.ecoff | 747 | all: vmlinux.ecoff |
736 | endif | 748 | endif |