aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/Makefile
blob: b68aac7018031cd5afe4ebb293051cbcc814969e (plain)
1
2
3
4
5
6
7
8
9
10
11
CFLAGS_init.o := -mcmodel=medany
ifdef CONFIG_FTRACE
CFLAGS_REMOVE_init.o = -pg
endif

obj-y += init.o
obj-y += fault.o
obj-y += extable.o
obj-y += ioremap.o
obj-y += cacheflush.o