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.
10 lines
312 B
10 lines
312 B
#
|
|
# SPEAr Clock specific Makefile
|
|
#
|
|
|
|
obj-y += clk.o clk-aux-synth.o clk-frac-synth.o clk-gpt-synth.o clk-vco-pll.o
|
|
|
|
obj-$(CONFIG_ARCH_SPEAR3XX) += spear3xx_clock.o
|
|
obj-$(CONFIG_ARCH_SPEAR6XX) += spear6xx_clock.o
|
|
obj-$(CONFIG_MACH_SPEAR1310) += spear1310_clock.o
|
|
obj-$(CONFIG_MACH_SPEAR1340) += spear1340_clock.o
|
|
|