Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

unicore32: Use full path in KBUILD_IMAGE definition

The KBUILD_IMAGE variable is used by the rpm and deb-pkg targets, which
expect it to point to the image file in the build directory. The
builddeb script has a workaround for architectures which only provide
the basename, but let's provide a clean interface for packaging tools.

Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Michal Marek <mmarek@suse.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

authored by

Michal Marek and committed by
Masahiro Yamada
41f5b8db e62c527e

+2 -2
+2 -2
arch/unicore32/Makefile
··· 43 43 44 44 # Default defconfig and target when executing plain make 45 45 KBUILD_DEFCONFIG := $(ARCH)_defconfig 46 - KBUILD_IMAGE := zImage 46 + KBUILD_IMAGE := $(boot)/zImage 47 47 48 - all: $(KBUILD_IMAGE) 48 + all: zImage 49 49 50 50 zImage Image uImage: vmlinux 51 51 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@