bce5afd8d9
In this first version of the clock definitions, the structure for ux500 are set. Support for u8500, u9540 and u8540 are prepared. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
13 lines
172 B
Makefile
13 lines
172 B
Makefile
#
|
|
# Makefile for ux500 clocks
|
|
#
|
|
|
|
# Clock types
|
|
obj-y += clk-prcc.o
|
|
obj-y += clk-prcmu.o
|
|
|
|
# Clock definitions
|
|
obj-y += u8500_clk.o
|
|
obj-y += u9540_clk.o
|
|
obj-y += u8540_clk.o
|