mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00: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
|