perf top: Fix userspace sample addr map offset
[deliverable/linux.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
This page took 0.032784 seconds and 5 git commands to generate.