Skip to content

Commit

Permalink
sh: set KBUILD_IMAGE to something sensible.
Browse files Browse the repository at this point in the history
This was missing for sh too, wire it up..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Dec 6, 2006
1 parent 9b8c90e commit f36af73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ OBJCOPYFLAGS := -O binary -R .note -R .comment -R .stab -R .stabstr -S
# never be used by anyone. Use a board-specific defconfig that has a
# reasonable chance of being current instead.
#
KBUILD_DEFCONFIG := rts7751r2d_defconfig
KBUILD_DEFCONFIG := r7780rp_defconfig

KBUILD_IMAGE := arch/sh/boot/zImage

#
# Choosing incompatible machines durings configuration will result in
Expand Down

0 comments on commit f36af73

Please sign in to comment.