mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 11:56:42 +07: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
|