Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/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