# SPDX-License-Identifier: GPL-2.0 # Makefile for the Sparc boot stuff.
java.lang.NullPointerException # Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) # Copyright (C) 1997,1998 Jakub Jelinek (jj@ultra.linux.cz)
$(obj)/zImage: $(obj)/image FORCE
$(call if_changed,gzip)
@$(kecho) 'Kernel: $@ is ready''(#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')'
$(obj)/vmlinux.aout: vmlinux FORCE
$(call if_changed,elftoaout)
@$(kecho) 'Kernel: $@ is ready''(#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')' else
$(obj)/zImage: $(obj)/image FORCE
$(call if_changed,strip)
@$(kecho) 'Kernel: $@ is ready''(#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')'
# The following lines make a readable image for U-Boot. # uImage - Binary file read by U-boot # uImage.o - object file of uImage for loading with a # flash programmer understanding ELF.