diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-01-28 02:47:36 +0900 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-06-23 13:35:53 +0900 |
commit | bbeb79acb3b44f727f6267e1f6db9b3fdf791c24 (patch) | |
tree | 630031609e4056c3d033d03c94d77af0a041adec /arch/h8300/mm/Makefile | |
parent | 4e0c20981ec16d13cfebaad7ed6245a472df2ed0 (diff) | |
download | linux-bbeb79acb3b44f727f6267e1f6db9b3fdf791c24.tar.bz2 |
h8300: Memory management
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/h8300/mm/Makefile')
-rw-r--r-- | arch/h8300/mm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |