From: Wu Zhangjin Date: Wed, 2 Jun 2010 08:35:24 +0000 (+0800) Subject: MIPS: Unify the suffix of compressed vmlinux.bin X-Git-Tag: v2.6.36-rc1~563^2~5 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=commitdiff_plain;h=c853d945d3e0cadf60da03106f7d9bbf1346a518;hp=c853d945d3e0cadf60da03106f7d9bbf1346a518 MIPS: Unify the suffix of compressed vmlinux.bin The compressed vmlinux.bin is only a temp file so it's ok to use the same suffix .z for them (.gz,.lzo,.lzma...) to remove several lines and simpify the maintenance (no need to add the "suffix_$(xxx) := suffix" line). Signed-off-by: Wu Zhangjin To: linux-mips Cc: Alexander Clouter Cc: Manuel Lauss Cc: Sam Ravnborg Patchwork: https://patchwork.linux-mips.org/patch/1323/ Signed-off-by: Ralf Baechle --- ---