Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11479
b: refs/heads/master
c: a3a9e99
h: refs/heads/master
i:
  11477: 7f54f3a
  11475: 61d5cb2
  11471: 16c57d1
v: v3
  • Loading branch information
Paul Mackerras committed Sep 28, 2005
1 parent 6e6757f commit 1ccb24d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 400d221274426958f1e1c7081a247bea9cede696
refs/heads/master: a3a9e99e36b2897b3e038869e61f363d62434086
8 changes: 4 additions & 4 deletions trunk/arch/powerpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ CPPFLAGS_vmlinux.lds := -Upowerpc
# All the instructions talk about "make bzImage".
bzImage: zImage

boot := arch/$(ARCH)/boot
boot := arch/$(OLDARCH)/boot

$(BOOT_TARGETS): vmlinux
$(Q)$(MAKE) $(build)=$(boot) $@
$(Q)$(MAKE) ARCH=$(OLDARCH) $(build)=$(boot) $@

uImage: vmlinux
$(Q)$(MAKE) $(build)=$(boot)/images $(boot)/images/$@
$(Q)$(MAKE) ARCH=$(OLDARCH) $(build)=$(boot)/images $(boot)/images/$@

define archhelp
@echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/images/zImage.*)'
Expand All @@ -171,7 +171,7 @@ define archhelp
endef

archclean:
$(Q)$(MAKE) $(clean)=arch/ppc/boot
$(Q)$(MAKE) $(clean)=$(boot)
# Temporary hack until we have migrated to asm-powerpc
$(Q)rm -rf arch/$(ARCH)/include

Expand Down

0 comments on commit 1ccb24d

Please sign in to comment.