You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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
|
|
|