From 31e8383e59f0c25eb5a18adb9dbfe4ef1e8493f8 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Thu, 21 Oct 2010 13:19:10 +0300 Subject: [PATCH] --- yaml --- r: 217159 b: refs/heads/master c: b843e4ec01991a386a9e0e9030703524446e03da h: refs/heads/master i: 217157: f52da29b698ea55d61f038602950860a0e2824d2 217155: e89612df00aae52ff3cc5eca2f3d312653dc9819 217151: ac38fa36ed40f2c04b27206eae1ed80e58a28f55 v: v3 --- [refs] | 2 +- trunk/arch/microblaze/Makefile | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a01296c6298e..27c83deb13fc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a1dfe9c7c9b780865f7a847d3a12fe9214005a58 +refs/heads/master: b843e4ec01991a386a9e0e9030703524446e03da diff --git a/trunk/arch/microblaze/Makefile b/trunk/arch/microblaze/Makefile index 70a3837c9ba8..15f1f1d1840d 100644 --- a/trunk/arch/microblaze/Makefile +++ b/trunk/arch/microblaze/Makefile @@ -69,12 +69,16 @@ export MMU DTB all: linux.bin -BOOT_TARGETS = linux.bin linux.bin.gz simpleImage.% +# 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_TARGETS): vmlinux +$(BOOT_TARGETS1): vmlinux + $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ +$(BOOT_TARGETS2): vmlinux $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ define archhelp