Skip to content

Commit

Permalink
sparc: clean boot/
Browse files Browse the repository at this point in the history
Leave all cleaning to boot/Makefile
and delete zImage too when we do a 'make clean'

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Dec 4, 2008
1 parent db5ea21 commit c489326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions arch/sparc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ archclean:
# This is the image used for packaging
KBUILD_IMAGE := $(boot)/zImage

CLEAN_FILES += arch/$(ARCH)/boot/System.map

# Don't use tabs in echo arguments.
define archhelp
echo '* image - kernel image ($(boot)/image)'
Expand Down
3 changes: 2 additions & 1 deletion arch/sparc/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ROOT_IMG := /usr/src/root.img
ELFTOAOUT := elftoaout

hostprogs-y := piggyback btfixupprep
targets := tftpboot.img btfix.o btfix.S image
targets := tftpboot.img btfix.o btfix.S image zImage
clean-files := System.map

quiet_cmd_elftoaout = ELFTOAOUT $@
cmd_elftoaout = $(ELFTOAOUT) $(obj)/image -o $@
Expand Down

0 comments on commit c489326

Please sign in to comment.