mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 01:34:14 +08: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
|