blob: 74055e1d6f21303ef4e9c8ed166b8a228c7ddf76 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Anup Patel387181d2019-03-26 08:03:47 +00002
3CFLAGS_init.o := -mcmodel=medany
4ifdef CONFIG_FTRACE
5CFLAGS_REMOVE_init.o = -pg
6endif
7
Palmer Dabbeltfbe934d2017-07-10 18:08:08 -07008obj-y += init.o
9obj-y += fault.o
10obj-y += extable.o
11obj-y += ioremap.o
Andrew Waterman08f051e2017-10-25 14:30:32 -070012obj-y += cacheflush.o
Gary Guof6635f82019-03-27 00:41:29 +000013obj-y += context.o
Yash Shaha967a282019-05-06 16:18:40 +053014obj-y += sifive_l2_cache.o
Alexandre Ghiti9e953cd2019-05-26 08:50:38 -040015
16obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o