From 75065fbe6a12e292b22792e23da1bdfd08ebb90d Mon Sep 17 00:00:00 2001 From: Jason Wu Date: Thu, 31 Jan 2013 13:59:09 +1000 Subject: [PATCH] --- yaml --- r: 359127 b: refs/heads/master c: 5f5e3236954af2ce855bc70b253e665392e93d1b h: refs/heads/master i: 359125: 51f3a9babc7abba07aff0e717ed941191dd00bed 359123: 2c4d1ab415575914759774027742806c685c3d7e 359119: c055c7980e06ae935c58238e098fdf98361fd5b5 v: v3 --- [refs] | 2 +- trunk/arch/microblaze/Makefile | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index e18e1d6c8e36..cd9a6a77260a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f6bfc62b9757fda22599dc609d2150b94ebe949d +refs/heads/master: 5f5e3236954af2ce855bc70b253e665392e93d1b diff --git a/trunk/arch/microblaze/Makefile b/trunk/arch/microblaze/Makefile index d26fb905ee0a..0a603d3ecf24 100644 --- a/trunk/arch/microblaze/Makefile +++ b/trunk/arch/microblaze/Makefile @@ -69,16 +69,13 @@ export MMU DTB all: linux.bin -# With make 3.82 we cannot mix normal and wildcard targets -BOOT_TARGETS1 = linux.bin linux.bin.gz -BOOT_TARGETS2 = simpleImage.% - archclean: $(Q)$(MAKE) $(clean)=$(boot) -$(BOOT_TARGETS1): vmlinux +linux.bin linux.bin.gz: vmlinux $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ -$(BOOT_TARGETS2): vmlinux + +simpleImage.%: vmlinux $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ define archhelp