aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/ux500/Makefile
blob: c6a806ed0e8c85439d3c3753bcc133c24ed0cdb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Makefile for ux500 clocks
#

# Clock types
obj-y += clk-prcc.o
obj-y += clk-prcmu.o
obj-y += clk-sysctrl.o

# Clock definitions
obj-y += u8500_clk.o
obj-y += u9540_clk.o
obj-y += u8540_clk.o

# ABX500 clock driver
obj-y += abx500-clk.o