diff options
author | Tony Lindgren <tony@atomide.com> | 2010-09-23 20:29:36 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-09-23 20:29:36 -0400 |
commit | 39cdd14570e3c32728d407cb38de17e80cf16104 (patch) | |
tree | 7e0f3473e186d84aa8110f39075381e07fead5d2 /arch/arm/mach-omap2/Makefile | |
parent | 172c11351576cf5daa8f1b02a265bf84de8bbed1 (diff) | |
parent | e933ec7c4ebd7e7daaad67b22e5f4a9a0ab102ea (diff) |
Merge branch 'pm-runtime' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-linus
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 826cb0980054..e599ae2a5de4 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -49,14 +49,18 @@ obj-$(CONFIG_ARCH_OMAP2) += sdrc2xxx.o | |||
49 | # Power Management | 49 | # Power Management |
50 | ifeq ($(CONFIG_PM),y) | 50 | ifeq ($(CONFIG_PM),y) |
51 | obj-$(CONFIG_ARCH_OMAP2) += pm24xx.o | 51 | obj-$(CONFIG_ARCH_OMAP2) += pm24xx.o |
52 | obj-$(CONFIG_ARCH_OMAP2) += sleep24xx.o | 52 | obj-$(CONFIG_ARCH_OMAP2) += sleep24xx.o pm_bus.o |
53 | obj-$(CONFIG_ARCH_OMAP3) += pm34xx.o sleep34xx.o cpuidle34xx.o | 53 | obj-$(CONFIG_ARCH_OMAP3) += pm34xx.o sleep34xx.o cpuidle34xx.o pm_bus.o |
54 | obj-$(CONFIG_ARCH_OMAP4) += pm44xx.o | 54 | obj-$(CONFIG_ARCH_OMAP4) += pm44xx.o pm_bus.o |
55 | obj-$(CONFIG_PM_DEBUG) += pm-debug.o | 55 | obj-$(CONFIG_PM_DEBUG) += pm-debug.o |
56 | 56 | ||
57 | AFLAGS_sleep24xx.o :=-Wa,-march=armv6 | 57 | AFLAGS_sleep24xx.o :=-Wa,-march=armv6 |
58 | AFLAGS_sleep34xx.o :=-Wa,-march=armv7-a | 58 | AFLAGS_sleep34xx.o :=-Wa,-march=armv7-a |
59 | 59 | ||
60 | ifeq ($(CONFIG_PM_VERBOSE),y) | ||
61 | CFLAGS_pm_bus.o += -DDEBUG | ||
62 | endif | ||
63 | |||
60 | endif | 64 | endif |
61 | 65 | ||
62 | # PRCM | 66 | # PRCM |