mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
2664681fa4
It switches mxs clock support to common clk framework based drivers. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
7 lines
169 B
Makefile
7 lines
169 B
Makefile
|
|
obj-$(CONFIG_CLKDEV_LOOKUP) += clkdev.o
|
|
obj-$(CONFIG_COMMON_CLK) += clk.o clk-fixed-rate.o clk-gate.o \
|
|
clk-mux.o clk-divider.o
|
|
|
|
obj-$(CONFIG_ARCH_MXS) += mxs/
|