diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-12-05 21:08:49 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-12-05 21:08:49 -0500 |
commit | f36af73304555849985b1fb5c0821c1bfab3a5a0 (patch) | |
tree | bfc55e6ac0dc4a00b6d8d2a120561f531ba249c3 /arch | |
parent | 9b8c90eb0d916f6802f8bbac79f61aca6ac533e8 (diff) |
sh: set KBUILD_IMAGE to something sensible.
This was missing for sh too, wire it up..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 7f4516c3f83d..d10bba5e1074 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -58,7 +58,9 @@ OBJCOPYFLAGS := -O binary -R .note -R .comment -R .stab -R .stabstr -S | |||
58 | # never be used by anyone. Use a board-specific defconfig that has a | 58 | # never be used by anyone. Use a board-specific defconfig that has a |
59 | # reasonable chance of being current instead. | 59 | # reasonable chance of being current instead. |
60 | # | 60 | # |
61 | KBUILD_DEFCONFIG := rts7751r2d_defconfig | 61 | KBUILD_DEFCONFIG := r7780rp_defconfig |
62 | |||
63 | KBUILD_IMAGE := arch/sh/boot/zImage | ||
62 | 64 | ||
63 | # | 65 | # |
64 | # Choosing incompatible machines durings configuration will result in | 66 | # Choosing incompatible machines durings configuration will result in |