summaryrefslogtreecommitdiff
path: root/arch/m68k/Makefile
blob: be46cadd401781b6796a3888e18085b864080e0b (plain)
1
2
3
4
5
6
7
KBUILD_DEFCONFIG := multi_defconfig

ifdef CONFIG_MMU
include $(srctree)/arch/m68k/Makefile_mm
else
include $(srctree)/arch/m68k/Makefile_no
endif