mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
10 lines
312 B
Makefile
10 lines
312 B
Makefile
#
|
|
# 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
|