]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - arch/arc/kernel/Makefile
Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tegra', 'asoc/topic...
[mirror_ubuntu-zesty-kernel.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 entry.o process.o
12 obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o disasm.o clk.o
13 obj-y += devtree.o
14
15 obj-$(CONFIG_MODULES) += arcksyms.o module.o
16 obj-$(CONFIG_SMP) += smp.o
17 obj-$(CONFIG_ARC_DW2_UNWIND) += unwind.o
18 obj-$(CONFIG_KPROBES) += kprobes.o
19 obj-$(CONFIG_ARC_EMUL_UNALIGNED) += unaligned.o
20 obj-$(CONFIG_KGDB) += kgdb.o
21 obj-$(CONFIG_ARC_METAWARE_HLINK) += arc_hostlink.o
22 obj-$(CONFIG_PERF_EVENTS) += perf_event.o
23
24 obj-$(CONFIG_ARC_FPU_SAVE_RESTORE) += fpu.o
25 CFLAGS_fpu.o += -mdpfp
26
27 ifdef CONFIG_ARC_DW2_UNWIND
28 CFLAGS_ctx_sw.o += -fno-omit-frame-pointer
29 obj-y += ctx_sw.o
30 else
31 obj-y += ctx_sw_asm.o
32 endif
33
34 extra-y := vmlinux.lds head.o