Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « mxs « clk « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a6a22237e860e9de980b1aeed3d86baa0e32cd24 (plain)
1
2
3
4
5
6
7
8
#
# Makefile for mxs specific clk
#

obj-y += clk.o clk-pll.o clk-ref.o clk-div.o clk-frac.o clk-ssp.o

obj-$(CONFIG_SOC_IMX23) += clk-imx23.o
obj-$(CONFIG_SOC_IMX28) += clk-imx28.o