m68k: let Makefile sort out compiling mmu and non-mmu lib/checksum.c
[deliverable/linux.git] / arch / m68k / Makefile
CommitLineData
b739912e 1KBUILD_DEFCONFIG := multi_defconfig
ef85ecbf 2
66d857b0
GU
3ifdef CONFIG_MMU
4include $(srctree)/arch/m68k/Makefile_mm
1da177e4 5else
66d857b0 6include $(srctree)/arch/m68k/Makefile_no
1da177e4 7endif
This page took 0.636408 seconds and 5 git commands to generate.