diff options
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..5f4bc42b6453 --- /dev/null +++ b/arch/h8300/mm/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # | ||
2 | # Makefile for the linux m68k-specific parts of the memory manager. | ||
3 | # | ||
4 | |||
5 | obj-y := init.o fault.o memory.o kmap.o | ||