diff options
Diffstat (limited to 'arch/m68knommu/mm/Makefile')
-rw-r--r-- | arch/m68knommu/mm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m68knommu/mm/Makefile b/arch/m68knommu/mm/Makefile new file mode 100644 index 000000000000..fc91f254f51b --- /dev/null +++ b/arch/m68knommu/mm/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the linux m68knommu specific parts of the memory manager. +# + +obj-y += init.o fault.o memory.o kmap.o |