Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / arch / arc / kernel / Makefile
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
9 CFLAGS_ptrace.o += -DUTS_MACHINE='"$(UTS_MACHINE)"'
10
11 obj-y := arcksyms.o setup.o irq.o time.o reset.o ptrace.o process.o devtree.o
12 obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o disasm.o clk.o
13 obj-$(CONFIG_ISA_ARCOMPACT) += entry-compact.o intc-compact.o
14 obj-$(CONFIG_ISA_ARCV2) += entry-arcv2.o intc-arcv2.o
15 obj-$(CONFIG_PCI) += pcibios.o
16
17 obj-$(CONFIG_MODULES) += arcksyms.o module.o
18 obj-$(CONFIG_SMP) += smp.o
19 obj-$(CONFIG_ARC_MCIP) += mcip.o
20 obj-$(CONFIG_ARC_DW2_UNWIND) += unwind.o
21 obj-$(CONFIG_KPROBES) += kprobes.o
22 obj-$(CONFIG_ARC_EMUL_UNALIGNED) += unaligned.o
23 obj-$(CONFIG_KGDB) += kgdb.o
24 obj-$(CONFIG_ARC_METAWARE_HLINK) += arc_hostlink.o
25 obj-$(CONFIG_PERF_EVENTS) += perf_event.o
26
27 obj-$(CONFIG_ARC_FPU_SAVE_RESTORE) += fpu.o
28 CFLAGS_fpu.o += -mdpfp
29
30 ifdef CONFIG_ARC_DW2_UNWIND
31 CFLAGS_ctx_sw.o += -fno-omit-frame-pointer
32 obj-y += ctx_sw.o
33 else
34 obj-y += ctx_sw_asm.o
35 endif
36
37 extra-y := vmlinux.lds head.o
This page took 0.032609 seconds and 5 git commands to generate.