Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84935
b: refs/heads/master
c: 3d6f787
h: refs/heads/master
i:
  84933: a16a1ed
  84931: e896dea
  84927: 58a52fb
v: v3
  • Loading branch information
Jesper Nilsson committed Feb 8, 2008
1 parent 41e67e1 commit 91f533b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 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: 1e4cc2c8c7cb54ce0e5a7002c68aca9e89607117
refs/heads/master: 3d6f7871ada50e607fe1dae64d2d726a6764451a
23 changes: 15 additions & 8 deletions trunk/arch/cris/arch-v32/boot/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
#
# arch/cris/arch-v32/boot/Makefile
#
target = $(target_boot_dir)
src = $(src_boot_dir)

zImage: compressed/vmlinuz
OBJCOPY = objcopy-cris
OBJCOPYFLAGS = -O binary -R .note -R .comment

compressed/vmlinuz: $(objtree)/vmlinux
@$(MAKE) -f $(src)/compressed/Makefile $(objtree)/vmlinuz
subdir- := compressed rescue
targets := Image

clean:
rm -f zImage tools/build compressed/vmlinux.out
@$(MAKE) -f $(src)/compressed/Makefile clean
$(obj)/Image: vmlinux FORCE
$(call if_changed,objcopy)
@echo ' Kernel: $@ is ready'

$(obj)/compressed/vmlinux: $(obj)/Image FORCE
$(Q)$(MAKE) $(build)=$(obj)/compressed $@
$(Q)$(MAKE) $(build)=$(obj)/rescue $(obj)/rescue/rescue.bin

$(obj)/zImage: $(obj)/compressed/vmlinux
@cp $< $@
@echo ' Kernel: $@ is ready'

0 comments on commit 91f533b

Please sign in to comment.