MIPS: Refactor arch/mips/boot/Makefile
authorSam Ravnborg <sam@ravnborg.org>
Sun, 30 May 2010 14:27:33 +0000 (16:27 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:25:57 +0000 (13:25 +0100)
commit961e196c7a3b3c3d1d9eb32629b0e745ce0a68d1
treea57f19cb586244ca2106afa78062144aa7c0c29f
parentad5f2635578a19ff8885bff1ef4d5adf7193cb02
MIPS: Refactor arch/mips/boot/Makefile

- remove stuff that is not needed
  VMLINUX assignment, all: rule
- use hostprogs-y for the host program
- use kbuild rules for the three targets - to beautify output
- drop clean-files - it is no longer needed
- simplify arch/mips/Makefile when calling targets in boot/Makefile

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/1303/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile
arch/mips/boot/Makefile