diff options
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 2eabadc81083..2feb6870b735 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -11,6 +11,7 @@ obj-$(CONFIG_PM) += pm.o sleep.o | |||
11 | 11 | ||
12 | # Clock framework | 12 | # Clock framework |
13 | obj-$(CONFIG_ARCH_OMAP2) += clock24xx.o | 13 | obj-$(CONFIG_ARCH_OMAP2) += clock24xx.o |
14 | obj-$(CONFIG_ARCH_OMAP3) += clock34xx.o | ||
14 | 15 | ||
15 | # Specific board support | 16 | # Specific board support |
16 | obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o | 17 | obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o |