aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/Makefile
diff options
context:
space:
mode:
authorJeremy Erickson <jerickso@cs.unc.edu>2014-04-18 17:06:00 -0400
committerJeremy Erickson <jerickso@cs.unc.edu>2014-04-18 17:06:00 -0400
commita215aa7b9ab3759c047201199fba64d3042d7f13 (patch)
treebca37493d9b2233450e6d3ffced1261d0e4f71fe /arch/microblaze/Makefile
parentd31199a77ef606f1d06894385f1852181ba6136b (diff)
Update 2.6.36 to 2.6.36.4wip-dissipation2-jerickso
Diffstat (limited to 'arch/microblaze/Makefile')
-rw-r--r--arch/microblaze/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/microblaze/Makefile b/arch/microblaze/Makefile
index 592c7079de88..b07d990bbed8 100644
--- a/arch/microblaze/Makefile
+++ b/arch/microblaze/Makefile
@@ -72,12 +72,16 @@ export MMU DTB
72 72
73all: linux.bin 73all: linux.bin
74 74
75BOOT_TARGETS = linux.bin linux.bin.gz simpleImage.% 75# With make 3.82 we cannot mix normal and wildcard targets
76BOOT_TARGETS1 = linux.bin linux.bin.gz
77BOOT_TARGETS2 = simpleImage.%
76 78
77archclean: 79archclean:
78 $(Q)$(MAKE) $(clean)=$(boot) 80 $(Q)$(MAKE) $(clean)=$(boot)
79 81
80$(BOOT_TARGETS): vmlinux 82$(BOOT_TARGETS1): vmlinux
83 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
84$(BOOT_TARGETS2): vmlinux
81 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 85 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
82 86
83define archhelp 87define archhelp