eafee59440
Use the generic ioremap_prot and iounmap helpers. Note that the io.h include in pgtable.h had to be removed to not create an include loop. As far as I can tell there was no need for it to start with. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Greentime Hu <green.hu@gmail.com>
12 lines
381 B
Makefile
12 lines
381 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y := extable.o tlb.o fault.o init.o mmap.o \
|
|
mm-nds32.o cacheflush.o proc.o
|
|
|
|
obj-$(CONFIG_ALIGNMENT_TRAP) += alignment.o
|
|
obj-$(CONFIG_HIGHMEM) += highmem.o
|
|
|
|
ifdef CONFIG_FUNCTION_TRACER
|
|
CFLAGS_REMOVE_proc.o = $(CC_FLAGS_FTRACE)
|
|
endif
|
|
CFLAGS_proc.o += -fomit-frame-pointer
|