Makefile 96 字节
Newer Older
1 2 3 4 5
ifdef CONFIG_MMU
include arch/m68k/lib/Makefile_mm
else
include arch/m68k/lib/Makefile_no
endif