aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/Makefile
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2013-01-18 04:42:22 -0500
committerVineet Gupta <vgupta@synopsys.com>2013-02-15 12:45:59 -0500
commit547f112571904da03589beb8434185294c77896a (patch)
tree0cf125fec3110091a208c0243173cfd150e332cd /arch/arc/kernel/Makefile
parent080c37473eb671a037b3e9a315303851f0675be5 (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/Makefile3
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
9CFLAGS_ptrace.o += -DUTS_MACHINE='"$(UTS_MACHINE)"'
10
8obj-y := arcksyms.o setup.o irq.o time.o reset.o ptrace.o entry.o process.o 11obj-y := arcksyms.o setup.o irq.o time.o reset.o ptrace.o entry.o process.o
9obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o clk.o 12obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o clk.o
10obj-y += devtree.o 13obj-y += devtree.o