mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
593732bd41
The implementation of iounmap() and __ioremap() for non-mmu m68k is trivial. We can inline them in m68knommu headers and remove the trivial implementations. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
#
|
|
# Makefile for the linux m68knommu specific parts of the memory manager.
|
|
#
|
|
|
|
obj-y += init.o
|