Searched hist:"35 eaa1e9c9b4579100320814aeebff167ee59b0a" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/mips/boot/compressed/ |
H A D | Makefile | diff 35eaa1e9c9b4579100320814aeebff167ee59b0a Sun May 30 16:28:03 CEST 2010 Sam Ravnborg <sam@ravnborg.org> 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 <sam@ravnborg.org> To: linux-mips <linux-mips@linux-mips.org> To: Wu Zhangjin <wuzhangjin@gmail.com> Patchwork: https://patchwork.linux-mips.org/patch/1304/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|