mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-14 00:24:15 +08:00
83ce3ac1d1
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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
|