diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-08 17:41:59 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-08 17:41:59 +0900 |
commit | 7d170b1bc540a1d83098a9f27cf4939e026fda81 (patch) | |
tree | 482234e9271e09bcd630d3d0b8450ab914da2c88 /arch/sh/boards/mach-cayman/Makefile | |
parent | ef9f89996e450e9686816b6fc1e34d7b9a65766c (diff) |
sh: Move out cayman-specific panic handler code to its own file.
This moves out the cayman-specific panic handler code to a better
location, and leaves the generic implementation a simple stub that is
still used under emulation.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-cayman/Makefile')
-rw-r--r-- | arch/sh/boards/mach-cayman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-cayman/Makefile b/arch/sh/boards/mach-cayman/Makefile index cafe1ac3b29..00fa3eaecb1 100644 --- a/arch/sh/boards/mach-cayman/Makefile +++ b/arch/sh/boards/mach-cayman/Makefile @@ -1,4 +1,4 @@ # # Makefile for the Hitachi Cayman specific parts of the kernel # -obj-y := setup.o irq.o +obj-y := setup.o irq.o panic.o |