xref: /linux-6.15/arch/arc/kernel/Makefile (revision fa1c3ff9)
1#
2# Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
3#
4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License version 2 as
6# published by the Free Software Foundation.
7
8# Pass UTS_MACHINE for user_regset definition
9CFLAGS_ptrace.o		+= -DUTS_MACHINE='"$(UTS_MACHINE)"'
10
11obj-y	:= arcksyms.o setup.o irq.o time.o reset.o ptrace.o entry.o process.o
12obj-y	+= signal.o traps.o sys.o troubleshoot.o stacktrace.o clk.o
13obj-y	+= devtree.o
14
15obj-$(CONFIG_MODULES)			+= arcksyms.o module.o
16
17obj-$(CONFIG_ARC_FPU_SAVE_RESTORE)	+= fpu.o
18CFLAGS_fpu.o   += -mdpfp
19
20obj-y += ctx_sw_asm.o
21
22extra-y := vmlinux.lds head.o
23