aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/Makefile_64
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-11 17:24:50 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:18:44 +0900
commit83ce3ac1d13f9a3ae83485a5e5a1cb85faf865ff (patch)
tree0c96e81a5a8019451b9f3036fc691a50d9ae8c78 /arch/sh/mm/Makefile_64
parentsh: Add SH-5 support to the consistent DMA impl. (diff)
downloadlinux-dev-83ce3ac1d13f9a3ae83485a5e5a1cb85faf865ff.tar.xz
linux-dev-83ce3ac1d13f9a3ae83485a5e5a1cb85faf865ff.zip
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 @@
+#
+# Makefile for the Linux SuperH-specific parts of the memory manager.
+#
+
+obj-y := init.o extable_64.o consistent.o
+
+obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
+obj-$(CONFIG_PMB) += pmb.o
+obj-$(CONFIG_NUMA) += numa.o
+
+EXTRA_CFLAGS += -Werror