diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-17 23:16:14 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-21 04:24:38 +0400 |
commit | b739912efc02f80cc4dc5eaef07e5bc7eafee1b0 (patch) | |
tree | a705c64727e0d915c07be90c21f7ffd932aff904 /arch/m68k | |
parent | a0c14d28df8fcf939a8efd9332ace164e9f931fb (diff) | |
download | linux-b739912efc02f80cc4dc5eaef07e5bc7eafee1b0.tar.xz |
m68k: make multi_defconfig the default defconfig
It seems to match the intention behind multi_defconfig to make it the
default defconfig.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile index b15173f28a23..8133dbc44964 100644 --- a/arch/m68k/Makefile +++ b/arch/m68k/Makefile @@ -13,7 +13,7 @@ # Copyright (C) 1994 by Hamish Macdonald # -KBUILD_DEFCONFIG := amiga_defconfig +KBUILD_DEFCONFIG := multi_defconfig # override top level makefile AS += -m68020 |