diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-01-19 02:07:19 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:19:03 -0500 |
commit | b87bf74724750d6e89bf86f40ba86f743607341b (patch) | |
tree | 02d5e34cfdbbd0452d59b54a7c7735aa9ffa1ab5 /arch/sh/Makefile | |
parent | a5350a9686efa65cbd2ad4677bcb9372c7ad05c7 (diff) |
sh: Drop r7780rp_defconfig, use r7780mp_defconfig as kbuild default.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 21cc649e1c12..6546ccc509aa 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -66,7 +66,7 @@ OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \ | |||
66 | defaultimage-$(CONFIG_SUPERH32) := zImage | 66 | defaultimage-$(CONFIG_SUPERH32) := zImage |
67 | 67 | ||
68 | # Set some sensible Kbuild defaults | 68 | # Set some sensible Kbuild defaults |
69 | KBUILD_DEFCONFIG := r7780rp_defconfig | 69 | KBUILD_DEFCONFIG := r7780mp_defconfig |
70 | KBUILD_IMAGE := $(defaultimage-y) | 70 | KBUILD_IMAGE := $(defaultimage-y) |
71 | 71 | ||
72 | # | 72 | # |