diff options
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 89274a9f0357..ae44645551c2 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -115,7 +115,8 @@ obj-$(CONFIG_ARCH_OMAP2) += $(clock-common) clock2xxx.o \ | |||
115 | clkt2xxx_sys.o \ | 115 | clkt2xxx_sys.o \ |
116 | clkt2xxx_dpllcore.o \ | 116 | clkt2xxx_dpllcore.o \ |
117 | clkt2xxx_virt_prcm_set.o \ | 117 | clkt2xxx_virt_prcm_set.o \ |
118 | clkt2xxx_apll.o clkt2xxx_osc.o | 118 | clkt2xxx_apll.o clkt2xxx_osc.o \ |
119 | clkt2xxx_dpll.o | ||
119 | obj-$(CONFIG_SOC_OMAP2420) += clock2420_data.o | 120 | obj-$(CONFIG_SOC_OMAP2420) += clock2420_data.o |
120 | obj-$(CONFIG_SOC_OMAP2430) += clock2430.o clock2430_data.o | 121 | obj-$(CONFIG_SOC_OMAP2430) += clock2430.o clock2430_data.o |
121 | obj-$(CONFIG_ARCH_OMAP3) += $(clock-common) clock3xxx.o \ | 122 | obj-$(CONFIG_ARCH_OMAP3) += $(clock-common) clock3xxx.o \ |