From: Tony Lindgren Date: Thu, 1 Dec 2005 01:38:51 +0000 (-0800) Subject: ARM: OMAP: Cosmetic move of PM higher up in the Makefile X-Git-Tag: v2.6.15-omap2~56 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=a677c49e4846fffb16e867c7e6943ac990300878;p=linux-2.6-omap-h63xx.git ARM: OMAP: Cosmetic move of PM higher up in the Makefile Cosmetic move of PM higher up in the Makefile --- 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