From bbeb79acb3b44f727f6267e1f6db9b3fdf791c24 Mon Sep 17 00:00:00 2001 From: Yoshinori Sato Date: Wed, 28 Jan 2015 02:47:36 +0900 Subject: h8300: Memory management Signed-off-by: Yoshinori Sato --- arch/h8300/mm/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 arch/h8300/mm/Makefile (limited to 'arch/h8300/mm/Makefile') diff --git a/arch/h8300/mm/Makefile b/arch/h8300/mm/Makefile new file mode 100644 index 000000000000..508697f0d97c --- /dev/null +++ b/arch/h8300/mm/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the linux h8300-specific parts of the memory manager. +# + +obj-y := init.o fault.o memory.o -- cgit