diff options
| author | Vineet Gupta <vgupta@synopsys.com> | 2013-01-18 04:42:22 -0500 |
|---|---|---|
| committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-15 12:45:59 -0500 |
| commit | 547f112571904da03589beb8434185294c77896a (patch) | |
| tree | 0cf125fec3110091a208c0243173cfd150e332cd /arch/arc/kernel/Makefile | |
| parent | 080c37473eb671a037b3e9a315303851f0675be5 (diff) | |
ARC: ptrace support
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arc/kernel/Makefile')
| -rw-r--r-- | arch/arc/kernel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arc/kernel/Makefile b/arch/arc/kernel/Makefile index c9ec0662a4ec..f4885891dabb 100644 --- a/arch/arc/kernel/Makefile +++ b/arch/arc/kernel/Makefile | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | # it under the terms of the GNU General Public License version 2 as | 5 | # it under the terms of the GNU General Public License version 2 as |
| 6 | # published by the Free Software Foundation. | 6 | # published by the Free Software Foundation. |
| 7 | 7 | ||
| 8 | # Pass UTS_MACHINE for user_regset definition | ||
| 9 | CFLAGS_ptrace.o += -DUTS_MACHINE='"$(UTS_MACHINE)"' | ||
| 10 | |||
| 8 | obj-y := arcksyms.o setup.o irq.o time.o reset.o ptrace.o entry.o process.o | 11 | obj-y := arcksyms.o setup.o irq.o time.o reset.o ptrace.o entry.o process.o |
| 9 | obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o clk.o | 12 | obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o clk.o |
| 10 | obj-y += devtree.o | 13 | obj-y += devtree.o |
