mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
[MIPS] Remove vmlinux.rm200 target from makefile.
Long ago in the dark ages this was used a MIPS a.out binary to be used with Milo which is obsolete since years. Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
2874fe5533
commit
b8828d3e0d
1 changed files with 2 additions and 4 deletions
|
@ -712,16 +712,14 @@ endif
|
|||
vmlinux.bin: $(vmlinux-32)
|
||||
+@$(call makeboot,$@)
|
||||
|
||||
vmlinux.ecoff vmlinux.rm200: $(vmlinux-32)
|
||||
vmlinux.ecoff: $(vmlinux-32)
|
||||
+@$(call makeboot,$@)
|
||||
|
||||
vmlinux.srec: $(vmlinux-32)
|
||||
+@$(call makeboot,$@)
|
||||
|
||||
CLEAN_FILES += vmlinux.ecoff \
|
||||
vmlinux.srec \
|
||||
vmlinux.rm200.tmp \
|
||||
vmlinux.rm200
|
||||
vmlinux.srec
|
||||
|
||||
archclean:
|
||||
@$(MAKE) $(clean)=arch/mips/boot
|
||||
|
|
Loading…
Reference in a new issue