diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-21 17:33:02 -0400 |
---|---|---|
committer | Hirokazu Takata <takata@linux-m32r.org> | 2008-04-29 01:46:00 -0400 |
commit | 7622b46451543872e7c8e75ec98f411f59e051b1 (patch) | |
tree | 7665e816e9409eaafa6cf4bc013c7ad0f34b4e59 /arch/m32r/Makefile | |
parent | a01e035ebb552223c03f2d9138ffc73f2d4d3965 (diff) |
m32r: use KBUILD_DEFCONFIG
With using KBUILD_DEFCONFIG we don't have to ship a second copy of
m32700ut.smp_defconfig
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Hirokazu Takata <takata@linux-m32r.org>
Diffstat (limited to 'arch/m32r/Makefile')
-rw-r--r-- | arch/m32r/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m32r/Makefile b/arch/m32r/Makefile index 4072a07ebf8e..469766b24e22 100644 --- a/arch/m32r/Makefile +++ b/arch/m32r/Makefile | |||
@@ -5,6 +5,8 @@ | |||
5 | # architecture-specific flags and dependencies. | 5 | # architecture-specific flags and dependencies. |
6 | # | 6 | # |
7 | 7 | ||
8 | KBUILD_DEFCONFIG := m32700ut.smp_defconfig | ||
9 | |||
8 | LDFLAGS := | 10 | LDFLAGS := |
9 | OBJCOPYFLAGS := -O binary -R .note -R .comment -S | 11 | OBJCOPYFLAGS := -O binary -R .note -R .comment -S |
10 | LDFLAGS_vmlinux := | 12 | LDFLAGS_vmlinux := |