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.
7 lines
327 B
7 lines
327 B
# Makefile for Versatile-specific clocks
|
|
obj-$(CONFIG_ICST) += clk-icst.o
|
|
obj-$(CONFIG_ARCH_INTEGRATOR) += clk-integrator.o
|
|
obj-$(CONFIG_INTEGRATOR_IMPD1) += clk-impd1.o
|
|
obj-$(CONFIG_ARCH_REALVIEW) += clk-realview.o
|
|
obj-$(CONFIG_ARCH_VEXPRESS) += clk-vexpress.o clk-sp810.o
|
|
obj-$(CONFIG_VEXPRESS_CONFIG) += clk-vexpress-osc.o
|
|
|