]> Git Repo - linux.git/blob - drivers/clk/ux500/Makefile
drm/i915/skl: Read sink supported rates from edp panel
[linux.git] / drivers / clk / ux500 / Makefile
1 #
2 # Makefile for ux500 clocks
3 #
4
5 # Clock types
6 obj-y += clk-prcc.o
7 obj-y += clk-prcmu.o
8 obj-y += clk-sysctrl.o
9
10 # Clock definitions
11 obj-y += u8500_of_clk.o
12 obj-y += u8500_clk.o
13 obj-y += u9540_clk.o
14 obj-y += u8540_clk.o
15
16 # ABX500 clock driver
17 obj-y += abx500-clk.o
This page took 0.037624 seconds and 4 git commands to generate.