mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
5df33a62c4
SPEAr SoCs used its own clock framework since now. From now on they will move to use common clock framework. This patch updates existing SPEAr machine support to adapt for common clock framework. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Reviewed-by: Mike Turquette <mturquette@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
7 lines
79 B
Makefile
7 lines
79 B
Makefile
#
|
|
# Makefile for SPEAr6XX machine series
|
|
#
|
|
|
|
# common files
|
|
obj-y += spear6xx.o
|