Viresh Kumar | 55b8fd4 | 2012-04-10 09:02:35 +0530 | [diff] [blame] | 1 | # |
| 2 | # SPEAr Clock specific Makefile |
| 3 | # |
| 4 | |
Viresh Kumar | a45896b | 2012-04-11 18:04:23 +0530 | [diff] [blame] | 5 | obj-y += clk.o clk-aux-synth.o clk-frac-synth.o clk-gpt-synth.o clk-vco-pll.o |
Viresh Kumar | 5df33a6 | 2012-04-10 09:02:35 +0530 | [diff] [blame] | 6 | |
| 7 | obj-$(CONFIG_ARCH_SPEAR3XX) += spear3xx_clock.o |
| 8 | obj-$(CONFIG_ARCH_SPEAR6XX) += spear6xx_clock.o |
Viresh Kumar | 0b928af | 2012-04-19 22:23:13 +0530 | [diff] [blame] | 9 | obj-$(CONFIG_MACH_SPEAR1310) += spear1310_clock.o |
| 10 | obj-$(CONFIG_MACH_SPEAR1340) += spear1340_clock.o |