aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/Makefile_64
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-11 03:24:50 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-01-27 23:18:44 -0500
commit83ce3ac1d13f9a3ae83485a5e5a1cb85faf865ff (patch)
tree0c96e81a5a8019451b9f3036fc691a50d9ae8c78 /arch/sh/mm/Makefile_64
parent8a7bcf0dd0d49fe8b0071adef0dfe8610abdffaa (diff)
sh: Split out extable.c _32 and _64 variants.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Makefile_64')
-rw-r--r--arch/sh/mm/Makefile_6411
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/sh/mm/Makefile_64 b/arch/sh/mm/Makefile_64
new file mode 100644
index 000000000000..de964a1500f4
--- /dev/null
+++ b/arch/sh/mm/Makefile_64
@@ -0,0 +1,11 @@
1#
2# Makefile for the Linux SuperH-specific parts of the memory manager.
3#
4
5obj-y := init.o extable_64.o consistent.o
6
7obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
8obj-$(CONFIG_PMB) += pmb.o
9obj-$(CONFIG_NUMA) += numa.o
10
11EXTRA_CFLAGS += -Werror