xref: /openbmc/linux/arch/nios2/kernel/Makefile (revision 4f2c0a4acffbec01079c28f839422e64ddeff004)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
22fc8483fSLey Foon Tan#
32fc8483fSLey Foon Tan# Makefile for the nios2 linux kernel.
42fc8483fSLey Foon Tan#
52fc8483fSLey Foon Tan
62fc8483fSLey Foon Tanextra-y	+= vmlinux.lds
72fc8483fSLey Foon Tan
8*32164845SMasahiro Yamadaobj-y	+= head.o
92fc8483fSLey Foon Tanobj-y	+= cpuinfo.o
102fc8483fSLey Foon Tanobj-y	+= entry.o
112fc8483fSLey Foon Tanobj-y	+= insnemu.o
122fc8483fSLey Foon Tanobj-y	+= irq.o
132fc8483fSLey Foon Tanobj-y	+= nios2_ksyms.o
142fc8483fSLey Foon Tanobj-y	+= process.o
152fc8483fSLey Foon Tanobj-y	+= prom.o
162fc8483fSLey Foon Tanobj-y	+= ptrace.o
172fc8483fSLey Foon Tanobj-y	+= setup.o
182fc8483fSLey Foon Tanobj-y	+= signal.o
192fc8483fSLey Foon Tanobj-y	+= sys_nios2.o
202fc8483fSLey Foon Tanobj-y	+= syscall_table.o
212fc8483fSLey Foon Tanobj-y	+= time.o
222fc8483fSLey Foon Tanobj-y	+= traps.o
232fc8483fSLey Foon Tan
24d16d2be1SLey Foon Tanobj-$(CONFIG_KGDB)			+= kgdb.o
252fc8483fSLey Foon Tanobj-$(CONFIG_MODULES)			+= module.o
262fc8483fSLey Foon Tanobj-$(CONFIG_NIOS2_ALIGNMENT_TRAP)	+= misaligned.o
27