diff options
author | Paul Mundt | 2007-11-11 09:24:50 +0100 |
---|---|---|
committer | Paul Mundt | 2008-01-28 05:18:44 +0100 |
commit | 83ce3ac1d13f9a3ae83485a5e5a1cb85faf865ff (patch) | |
tree | 0c96e81a5a8019451b9f3036fc691a50d9ae8c78 /arch/sh/mm/Makefile_64 | |
parent | sh: Add SH-5 support to the consistent DMA impl. (diff) | |
download | kernel-qcow2-linux-83ce3ac1d13f9a3ae83485a5e5a1cb85faf865ff.tar.gz kernel-qcow2-linux-83ce3ac1d13f9a3ae83485a5e5a1cb85faf865ff.tar.xz kernel-qcow2-linux-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_64 | 11 |
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 |