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 fa16806092e5..e11943d77fe0 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -53,6 +53,7 @@ obj-$(CONFIG_ARCH_OMAP2) += sdrc2xxx.o | |||
53 | ifeq ($(CONFIG_PM_OPP),y) | 53 | ifeq ($(CONFIG_PM_OPP),y) |
54 | obj-y += opp.o | 54 | obj-y += opp.o |
55 | obj-$(CONFIG_ARCH_OMAP3) += opp3xxx_data.o | 55 | obj-$(CONFIG_ARCH_OMAP3) += opp3xxx_data.o |
56 | obj-$(CONFIG_ARCH_OMAP4) += opp4xxx_data.o | ||
56 | endif | 57 | endif |
57 | 58 | ||
58 | # Power Management | 59 | # Power Management |