diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-11 03:24:50 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:44 -0500 |
commit | 83ce3ac1d13f9a3ae83485a5e5a1cb85faf865ff (patch) | |
tree | 0c96e81a5a8019451b9f3036fc691a50d9ae8c78 /arch/sh/mm/Makefile_64 | |
parent | 8a7bcf0dd0d49fe8b0071adef0dfe8610abdffaa (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_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 @@ | |||
1 | # | ||
2 | # Makefile for the Linux SuperH-specific parts of the memory manager. | ||
3 | # | ||
4 | |||
5 | obj-y := init.o extable_64.o consistent.o | ||
6 | |||
7 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o | ||
8 | obj-$(CONFIG_PMB) += pmb.o | ||
9 | obj-$(CONFIG_NUMA) += numa.o | ||
10 | |||
11 | EXTRA_CFLAGS += -Werror | ||