Merge branch 'fixallnoconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...
[linux-2.6/x86.git] / arch / m68k / Makefile
blobbe46cadd401781b6796a3888e18085b864080e0b
1 KBUILD_DEFCONFIG := multi_defconfig
3 ifdef CONFIG_MMU
4 include $(srctree)/arch/m68k/Makefile_mm
5 else
6 include $(srctree)/arch/m68k/Makefile_no
7 endif