Makefile 102 B

12345
  1. ifdef CONFIG_MMU
  2. include arch/m68k/kernel/Makefile_mm
  3. else
  4. include arch/m68k/kernel/Makefile_no
  5. endif