brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · e10824c Raw
35 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for sunxi specific clk4#5 6obj-$(CONFIG_CLK_SUNXI) += clk-factors.o7 8obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-sunxi.o9obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a10-codec.o10obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a10-hosc.o11obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a10-mod1.o12obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a10-pll2.o13obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a10-ve.o14obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a20-gmac.o15obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-mod0.o16obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-simple-gates.o17obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-sun4i-display.o18obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-sun4i-pll3.o19obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-sun4i-tcon-ch1.o20obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-sun8i-bus-gates.o21obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-sun8i-mbus.o22obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-sun9i-core.o23obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-sun9i-mmc.o24obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-usb.o25 26obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-sun8i-apb0.o27obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-sun9i-cpus.o28 29obj-$(CONFIG_CLK_SUNXI_PRCM_SUN6I)	+= clk-sun6i-apb0.o30obj-$(CONFIG_CLK_SUNXI_PRCM_SUN6I)	+= clk-sun6i-apb0-gates.o31obj-$(CONFIG_CLK_SUNXI_PRCM_SUN6I)	+= clk-sun6i-ar100.o32 33obj-$(CONFIG_CLK_SUNXI_PRCM_SUN8I)	+= clk-sun8i-apb0.o34obj-$(CONFIG_CLK_SUNXI_PRCM_SUN8I)	+= clk-sun6i-apb0-gates.o35