Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63475
b: refs/heads/master
c: e786576
h: refs/heads/master
i:
  63473: fb72e5b
  63471: d199933
v: v3
  • Loading branch information
Ralf Baechle committed Jul 31, 2007
1 parent 8a0b169 commit e0ca314
Show file tree
Hide file tree
Showing 3 changed files with 9 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: 8496b401b03393bf9f03bc913a420cbe7de691d3
refs/heads/master: e7865765ef85473c1b97aad86d44b80dc260dbbf
8 changes: 8 additions & 0 deletions trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,14 @@ endif
archclean:
@$(MAKE) $(clean)=arch/mips/boot

define archhelp
echo ' vmlinux.ecoff - ECOFF boot image'
echo ' vmlinux.bin - Raw binary boot image'
echo ' vmlinux.srec - SREC boot image'
echo
echo ' These will be default as apropriate for a configured platform.'
endef

CLEAN_FILES += vmlinux.32 \
vmlinux.64 \
vmlinux.ecoff
4 changes: 0 additions & 4 deletions trunk/arch/mips/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ vmlinux.srec: $(VMLINUX)
$(obj)/addinitrd: $(obj)/addinitrd.c
$(HOSTCC) -o $@ $^

archhelp:
@echo '* vmlinux.ecoff - ECOFF boot image'
@echo '* vmlinux.srec - SREC boot image'

clean-files += addinitrd \
elf2ecoff \
vmlinux.bin \
Expand Down

0 comments on commit e0ca314

Please sign in to comment.