Loading arch/sparc/Makefile +0 −2 Original line number Original line Diff line number Diff line Loading @@ -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)' Loading arch/sparc/boot/Makefile +2 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading
arch/sparc/Makefile +0 −2 Original line number Original line Diff line number Diff line Loading @@ -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)' Loading
arch/sparc/boot/Makefile +2 −1 Original line number Original line Diff line number Diff line Loading @@ -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