xref: /openbmc/linux/arch/arc/kernel/Makefile (revision cfdbc2e16e65c1ec1c23057640607cee98d1a1bd)
1*cfdbc2e1SVineet Gupta#
2*cfdbc2e1SVineet Gupta# Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
3*cfdbc2e1SVineet Gupta#
4*cfdbc2e1SVineet Gupta# This program is free software; you can redistribute it and/or modify
5*cfdbc2e1SVineet Gupta# it under the terms of the GNU General Public License version 2 as
6*cfdbc2e1SVineet Gupta# published by the Free Software Foundation.
7*cfdbc2e1SVineet Gupta
8*cfdbc2e1SVineet Guptaobj-y	:= arcksyms.o setup.o irq.o time.o reset.o ptrace.o entry.o process.o
9*cfdbc2e1SVineet Guptaobj-y	+= signal.o traps.o sys.o troubleshoot.o stacktrace.o clk.o
10*cfdbc2e1SVineet Gupta
11*cfdbc2e1SVineet Guptaobj-$(CONFIG_ARC_FPU_SAVE_RESTORE)	+= fpu.o
12*cfdbc2e1SVineet GuptaCFLAGS_fpu.o   += -mdpfp
13*cfdbc2e1SVineet Gupta
14*cfdbc2e1SVineet Guptaobj-y += ctx_sw_asm.o
15*cfdbc2e1SVineet Gupta
16*cfdbc2e1SVineet Guptaextra-y := vmlinux.lds head.o
17