From a677c49e4846fffb16e867c7e6943ac990300878 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Wed, 30 Nov 2005 17:38:51 -0800 Subject: [PATCH] ARM: OMAP: Cosmetic move of PM higher up in the Makefile Cosmetic move of PM higher up in the Makefile --- arch/arm/mach-omap1/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap1/Makefile b/arch/arm/mach-omap1/Makefile index e286376731c..856fedf00c9 100644 --- a/arch/arm/mach-omap1/Makefile +++ b/arch/arm/mach-omap1/Makefile @@ -7,11 +7,11 @@ obj-y := io.o id.o clock.o irq.o mux.o serial.o devices.o obj-$(CONFIG_OMAP_MPU_TIMER) += time.o -led-y := leds.o - # Power Management obj-$(CONFIG_PM) += pm.o sleep.o +led-y := leds.o + # Specific board support obj-$(CONFIG_MACH_OMAP_H2) += board-h2.o obj-$(CONFIG_MACH_OMAP_INNOVATOR) += board-innovator.o -- 2.41.1