Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217159
b: refs/heads/master
c: b843e4e
h: refs/heads/master
i:
  217157: f52da29
  217155: e89612d
  217151: ac38fa3
v: v3
  • Loading branch information
Thomas Backlund authored and Michal Simek committed Oct 22, 2010
1 parent fc034b3 commit 31e8383
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1dfe9c7c9b780865f7a847d3a12fe9214005a58
refs/heads/master: b843e4ec01991a386a9e0e9030703524446e03da
8 changes: 6 additions & 2 deletions trunk/arch/microblaze/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31e8383

Please sign in to comment.