From: Sam Ravnborg Date: Sun, 30 May 2010 14:28:03 +0000 (+0200) Subject: MIPS: Refactor arch/mips/boot/compressed/Makefile X-Git-Tag: v2.6.36-rc1~563^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35eaa1e9c9b4579100320814aeebff167ee59b0a;p=pandora-kernel.git MIPS: Refactor arch/mips/boot/compressed/Makefile - use hostprogs-y for the elf2ecoff - list all *.o file in targets - renamed obj-y to vmlinuzobjs-y (it was confusing to re-use a kbuild variable) - fix all uses of if_changed/cmd - use kbuild rules to beautify output - update clean-file to clean vmlinuz.* in top-level directory - simplied logic in arch/mips/Makefile for compressed targets The net result is a more kbuild conformant Makefile but readability did not increase. Signed-off-by: Sam Ravnborg To: linux-mips To: Wu Zhangjin Patchwork: https://patchwork.linux-mips.org/patch/1304/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed