mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
7d170b1bc5
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>
5 lines
98 B
Makefile
5 lines
98 B
Makefile
#
|
|
# Makefile for the Hitachi Cayman specific parts of the kernel
|
|
#
|
|
obj-y := setup.o irq.o panic.o
|