ckfwq/linux-3.0.4/arch/m68k/Makefile

8 lines
147 B
Makefile
Raw Normal View History

2024-12-30 10:53:50 +08:00
KBUILD_DEFCONFIG := multi_defconfig
ifdef CONFIG_MMU
include $(srctree)/arch/m68k/Makefile_mm
else
include $(srctree)/arch/m68k/Makefile_no
endif