]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - arch/m68k/Makefile
Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6.git] / arch / m68k / Makefile
1 KBUILD_DEFCONFIG := multi_defconfig
2
3 ifdef CONFIG_MMU
4 include $(srctree)/arch/m68k/Makefile_mm
5 else
6 include $(srctree)/arch/m68k/Makefile_no
7 endif