diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-10-17 08:06:39 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-17 08:06:39 -0400 |
commit | 03fdb708926d5df2d9b9e62222c1666e20caa9e3 (patch) | |
tree | 531492d3aa5fea519f348d128e3405bc96adac51 /arch/sh/kernel/Makefile | |
parent | cae19b5902d52ff059f5df98ea993a00e5686af1 (diff) |
sh: Convert to asm-generic/irqflags.h.
This simplifies the irqflags support by switching over to the asm-generic
version. The necessary support functions are brought out-of-line for both
SHcompact and SHmedia instruction sets.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/Makefile')
-rw-r--r-- | arch/sh/kernel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/kernel/Makefile b/arch/sh/kernel/Makefile index f8791203cfe3..6fe0fcdaf531 100644 --- a/arch/sh/kernel/Makefile +++ b/arch/sh/kernel/Makefile | |||
@@ -12,8 +12,8 @@ endif | |||
12 | CFLAGS_REMOVE_return_address.o = -pg | 12 | CFLAGS_REMOVE_return_address.o = -pg |
13 | 13 | ||
14 | obj-y := debugtraps.o dumpstack.o idle.o io.o io_generic.o irq.o \ | 14 | obj-y := debugtraps.o dumpstack.o idle.o io.o io_generic.o irq.o \ |
15 | machvec.o nmi_debug.o process_$(BITS).o ptrace_$(BITS).o \ | 15 | irq_$(BITS).o machvec.o nmi_debug.o process_$(BITS).o \ |
16 | return_address.o \ | 16 | ptrace_$(BITS).o return_address.o \ |
17 | setup.o signal_$(BITS).o sys_sh.o sys_sh$(BITS).o \ | 17 | setup.o signal_$(BITS).o sys_sh.o sys_sh$(BITS).o \ |
18 | syscalls_$(BITS).o time.o topology.o traps.o \ | 18 | syscalls_$(BITS).o time.o topology.o traps.o \ |
19 | traps_$(BITS).o unwinder.o | 19 | traps_$(BITS).o unwinder.o |