diff options
Diffstat (limited to 'arch/h8300/mm/Makefile')
-rw-r--r-- | arch/h8300/mm/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/h8300/mm/Makefile b/arch/h8300/mm/Makefile new file mode 100644 index 000000000..e85b5c91f --- /dev/null +++ b/arch/h8300/mm/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# Makefile for the linux h8300-specific parts of the memory manager. +# + +obj-y := init.o fault.o memory.o |