2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-24 21:24:00 +08:00
linux-next/arch/sh/mm/Makefile
Paul Mundt 83ce3ac1d1 sh: Split out extable.c _32 and _64 variants.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-01-28 13:18:44 +09:00

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