]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/riscv/mm/Makefile
Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[mirror_ubuntu-hirsute-kernel.git] / arch / riscv / mm / Makefile
CommitLineData
387181dc
AP
1
2CFLAGS_init.o := -mcmodel=medany
3ifdef CONFIG_FTRACE
4CFLAGS_REMOVE_init.o = -pg
5endif
6
fbe934d6
PD
7obj-y += init.o
8obj-y += fault.o
9obj-y += extable.o
10obj-y += ioremap.o
08f051ed 11obj-y += cacheflush.o
f6635f87 12obj-y += context.o
a967a289 13obj-y += sifive_l2_cache.o