Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204524
b: refs/heads/master
c: d745866
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and Ralf Baechle committed Aug 5, 2010
1 parent 4ced533 commit ecd0f72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 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: 35eaa1e9c9b4579100320814aeebff167ee59b0a
refs/heads/master: d745866e4d8c0675bab90868b5e4a8fcd053eff2
17 changes: 4 additions & 13 deletions trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,7 @@ vmlinuz vmlinuz.bin vmlinuz.ecoff vmlinuz.srec: $(vmlinux-32) FORCE
VMLINUX_LOAD_ADDRESS=$(load-y) 32bit-bfd=$(32bit-bfd) $@


CLEAN_FILES += vmlinux.ecoff \
vmlinux.srec
CLEAN_FILES += vmlinux.32 vmlinux.64

archprepare:
ifdef CONFIG_MIPS32_N32
Expand All @@ -298,9 +297,9 @@ install:
$(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)

archclean:
@$(MAKE) $(clean)=arch/mips/boot
@$(MAKE) $(clean)=arch/mips/boot/compressed
@$(MAKE) $(clean)=arch/mips/lasat
$(Q)$(MAKE) $(clean)=arch/mips/boot
$(Q)$(MAKE) $(clean)=arch/mips/boot/compressed
$(Q)$(MAKE) $(clean)=arch/mips/lasat

define archhelp
echo ' install - install kernel into $(INSTALL_PATH)'
Expand All @@ -314,11 +313,3 @@ define archhelp
echo
echo ' These will be default as apropriate for a configured platform.'
endef

CLEAN_FILES += vmlinux.32 \
vmlinux.64 \
vmlinux.ecoff \
vmlinuz \
vmlinuz.ecoff \
vmlinuz.bin \
vmlinuz.srec

0 comments on commit ecd0f72

Please sign in to comment.