Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 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 | |
Vineet Gupta | 547f112 | 2013-01-18 15:12:22 +0530 | [diff] [blame^] | 8 | # Pass UTS_MACHINE for user_regset definition |
| 9 | CFLAGS_ptrace.o += -DUTS_MACHINE='"$(UTS_MACHINE)"' |
| 10 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 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 clk.o |
Vineet Gupta | 999159a | 2013-01-22 17:00:52 +0530 | [diff] [blame] | 13 | obj-y += devtree.o |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 14 | |
| 15 | obj-$(CONFIG_ARC_FPU_SAVE_RESTORE) += fpu.o |
| 16 | CFLAGS_fpu.o += -mdpfp |
| 17 | |
| 18 | obj-y += ctx_sw_asm.o |
| 19 | |
| 20 | extra-y := vmlinux.lds head.o |