mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-19 09:04:51 +08:00
dd1661e27a
Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
9 lines
140 B
Makefile
9 lines
140 B
Makefile
#
|
|
# SPEAr Platform specific Makefile
|
|
#
|
|
|
|
# Common support
|
|
obj-y := clock.o restart.o time.o
|
|
|
|
obj-$(CONFIG_ARCH_SPEAR3XX) += shirq.o padmux.o
|