sparc: clean boot/
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>
This commit is contained in:
parent
db5ea21a14
commit
c489326939
|
@ -58,8 +58,6 @@ archclean:
|
||||||
# This is the image used for packaging
|
# This is the image used for packaging
|
||||||
KBUILD_IMAGE := $(boot)/zImage
|
KBUILD_IMAGE := $(boot)/zImage
|
||||||
|
|
||||||
CLEAN_FILES += arch/$(ARCH)/boot/System.map
|
|
||||||
|
|
||||||
# Don't use tabs in echo arguments.
|
# Don't use tabs in echo arguments.
|
||||||
define archhelp
|
define archhelp
|
||||||
echo '* image - kernel image ($(boot)/image)'
|
echo '* image - kernel image ($(boot)/image)'
|
||||||
|
|
|
@ -7,7 +7,8 @@ ROOT_IMG := /usr/src/root.img
|
||||||
ELFTOAOUT := elftoaout
|
ELFTOAOUT := elftoaout
|
||||||
|
|
||||||
hostprogs-y := piggyback btfixupprep
|
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 $@
|
quiet_cmd_elftoaout = ELFTOAOUT $@
|
||||||
cmd_elftoaout = $(ELFTOAOUT) $(obj)/image -o $@
|
cmd_elftoaout = $(ELFTOAOUT) $(obj)/image -o $@
|
||||||
|
|
Loading…
Reference in New Issue