diff options
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index e7cf1b4357ce..800639e7c6a4 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -14,7 +14,10 @@ obj-$(CONFIG_ARCH_OMAP2420) += sram242x.o | |||
14 | obj-$(CONFIG_ARCH_OMAP2430) += sram243x.o | 14 | obj-$(CONFIG_ARCH_OMAP2430) += sram243x.o |
15 | 15 | ||
16 | # Power Management | 16 | # Power Management |
17 | obj-$(CONFIG_PM) += pm.o sleep.o | 17 | ifeq ($(CONFIG_PM),y) |
18 | obj-y += pm.o | ||
19 | obj-$(CONFIG_ARCH_OMAP24XX) += sleep24xx.o | ||
20 | endif | ||
18 | 21 | ||
19 | # Clock framework | 22 | # Clock framework |
20 | obj-$(CONFIG_ARCH_OMAP2) += clock24xx.o | 23 | obj-$(CONFIG_ARCH_OMAP2) += clock24xx.o |