mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 21:16:59 +07:00
![Russell King](/assets/img/avatar_default.png)
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
|