mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
547f112571
Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
21 lines
651 B
Makefile
21 lines
651 B
Makefile
#
|
|
# Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License version 2 as
|
|
# published by the Free Software Foundation.
|
|
|
|
# Pass UTS_MACHINE for user_regset definition
|
|
CFLAGS_ptrace.o += -DUTS_MACHINE='"$(UTS_MACHINE)"'
|
|
|
|
obj-y := arcksyms.o setup.o irq.o time.o reset.o ptrace.o entry.o process.o
|
|
obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o clk.o
|
|
obj-y += devtree.o
|
|
|
|
obj-$(CONFIG_ARC_FPU_SAVE_RESTORE) += fpu.o
|
|
CFLAGS_fpu.o += -mdpfp
|
|
|
|
obj-y += ctx_sw_asm.o
|
|
|
|
extra-y := vmlinux.lds head.o
|