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