diff options
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index c43948c8d543..1a1e978cd4bf 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -78,7 +78,7 @@ obj-$(CONFIG_ARCH_OMAP3) += prcm.o cm.o | |||
78 | obj-$(CONFIG_ARCH_OMAP4) += prcm.o cm4xxx.o | 78 | obj-$(CONFIG_ARCH_OMAP4) += prcm.o cm4xxx.o |
79 | 79 | ||
80 | # OMAP powerdomain framework | 80 | # OMAP powerdomain framework |
81 | powerdomain-common += powerdomain.o powerdomains_data.o | 81 | powerdomain-common += powerdomain.o powerdomains_data.o powerdomain-common.o |
82 | obj-$(CONFIG_ARCH_OMAP2) += $(powerdomain-common) \ | 82 | obj-$(CONFIG_ARCH_OMAP2) += $(powerdomain-common) \ |
83 | powerdomain2xxx_3xxx.o | 83 | powerdomain2xxx_3xxx.o |
84 | obj-$(CONFIG_ARCH_OMAP3) += $(powerdomain-common) \ | 84 | obj-$(CONFIG_ARCH_OMAP3) += $(powerdomain-common) \ |