mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-17 01:26:21 +09:00
6 lines
123 B
Makefile
6 lines
123 B
Makefile
ifeq ($(CONFIG_SUPERH32),y)
|
|
include ${srctree}/arch/sh/mm/Makefile_32
|
|
else
|
|
include ${srctree}/arch/sh/mm/Makefile_64
|
|
endif
|