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..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 |