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 7ce5fea7f2bc..34c2867e0f63 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -15,11 +15,12 @@ clock-omap2xxx = clkt2xxx_dpllcore.o \ | |||
15 | clkt2xxx_virt_prcm_set.o \ | 15 | clkt2xxx_virt_prcm_set.o \ |
16 | clkt2xxx_apll.o clkt2xxx_osc.o \ | 16 | clkt2xxx_apll.o clkt2xxx_osc.o \ |
17 | clkt2xxx_sys.o | 17 | clkt2xxx_sys.o |
18 | clock-omap3xxx = clkt34xx_dpll3m2.o | ||
18 | 19 | ||
19 | obj-$(CONFIG_ARCH_OMAP2) += $(omap-2-3-common) $(prcm-common) $(clock-common) \ | 20 | obj-$(CONFIG_ARCH_OMAP2) += $(omap-2-3-common) $(prcm-common) $(clock-common) \ |
20 | $(clock-omap2xxx) | 21 | $(clock-omap2xxx) |
21 | obj-$(CONFIG_ARCH_OMAP3) += $(omap-2-3-common) $(prcm-common) $(clock-common) \ | 22 | obj-$(CONFIG_ARCH_OMAP3) += $(omap-2-3-common) $(prcm-common) $(clock-common) \ |
22 | $(omap-3-4-common) | 23 | $(omap-3-4-common) $(clock-omap3xxx) |
23 | obj-$(CONFIG_ARCH_OMAP4) += $(omap-3-4-common) $(prcm-common) $(clock-common) | 24 | obj-$(CONFIG_ARCH_OMAP4) += $(omap-3-4-common) $(prcm-common) $(clock-common) |
24 | 25 | ||
25 | obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o | 26 | obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o |