aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r--arch/arm/mach-at91/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile
index ada440aab0c5..f9e12bb3fb4e 100644
--- a/arch/arm/mach-at91/Makefile
+++ b/arch/arm/mach-at91/Makefile
@@ -77,6 +77,7 @@ obj-y += leds.o
77# Power Management 77# Power Management
78obj-$(CONFIG_PM) += pm.o 78obj-$(CONFIG_PM) += pm.o
79obj-$(CONFIG_AT91_SLOW_CLOCK) += pm_slowclock.o 79obj-$(CONFIG_AT91_SLOW_CLOCK) += pm_slowclock.o
80obj-$(CONFIG_CPU_IDLE) += cpuidle.o
80 81
81ifeq ($(CONFIG_PM_DEBUG),y) 82ifeq ($(CONFIG_PM_DEBUG),y)
82CFLAGS_pm.o += -DDEBUG 83CFLAGS_pm.o += -DDEBUG