diff options
author | Adrian Bunk <adrian.bunk@movial.fi> | 2008-04-04 14:57:38 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-04 14:42:20 -0700 |
commit | ef85ecbf1179157e765f42c7545bc32b56ce3cb4 (patch) | |
tree | 4d2158455a35e4191623fe894024670c5729e1f4 /arch/m68k/Makefile | |
parent | 7a5ac8def9e0c77803c302b63c3f29e31a610415 (diff) | |
download | kernel_samsung_aries-ef85ecbf1179157e765f42c7545bc32b56ce3cb4.zip kernel_samsung_aries-ef85ecbf1179157e765f42c7545bc32b56ce3cb4.tar.gz kernel_samsung_aries-ef85ecbf1179157e765f42c7545bc32b56ce3cb4.tar.bz2 |
m68k: use KBUILD_DEFCONFIG
The default defconfig should be one from arch/m68k/configs/
arch/m68k/defconfig was not exactly identical to amiga_defconfig but
also considering how long they have been without any update that doesn't
seem to have been on purpose.
Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k/Makefile')
-rw-r--r-- | arch/m68k/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile index 2cba605..b15173f 100644 --- a/arch/m68k/Makefile +++ b/arch/m68k/Makefile @@ -13,6 +13,8 @@ # Copyright (C) 1994 by Hamish Macdonald # +KBUILD_DEFCONFIG := amiga_defconfig + # override top level makefile AS += -m68020 LDFLAGS := -m m68kelf |