Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34350
b: refs/heads/master
c: 00ddaf2
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 23, 2006
1 parent 0f8edda commit 1ce2e4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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: 55ae922323c90fdcb733c13ccf0da2ee72763913
refs/heads/master: 00ddaf20b0049c65ddd0c2b1cbed16c7a433e47c
5 changes: 1 addition & 4 deletions trunk/arch/frv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,8 @@ Image: vmlinux
bootstrap:
$(Q)$(MAKEBOOT) bootstrap

archmrproper:
$(Q)$(MAKE) $(build)=arch/frv/boot mrproper

archclean:
$(Q)$(MAKE) $(build)=arch/frv/boot clean
$(Q)$(MAKE) $(clean)=arch/frv/boot

archdep: scripts/mkdep symlinks
$(Q)$(MAKE) $(build)=arch/frv/boot dep
3 changes: 2 additions & 1 deletion trunk/arch/frv/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# Copyright (C) 1995-2000 Russell King
#

targets := Image zImage bootpImage

SYSTEM =$(TOPDIR)/$(LINUX)

ZTEXTADDR = 0x02080000
Expand Down Expand Up @@ -66,7 +68,6 @@ zinstall: $(CONFIGURE) zImage
# miscellany
#
mrproper clean:
$(RM) Image zImage bootpImage
# @$(MAKE) -C compressed clean
# @$(MAKE) -C bootp clean

Expand Down

0 comments on commit 1ce2e4f

Please sign in to comment.