diff options
author | Zhou Jingyu <b02241@freescale.com> | 2010-04-14 16:32:30 +0800 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-25 11:20:24 +0200 |
commit | fb498fe6db3c8dff020efaca19ab678be4bf64aa (patch) | |
tree | 14ae6c710078f8d68952cbb24b417ff6571c4517 /arch/arm/mach-mx28/Makefile | |
parent | 55ca5343870b3da987060f18838165a6f317575b (diff) |
ENGR00117756: add mx28 standby mode
add mx28 standby mode
Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com>
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/mach-mx28/Makefile')
-rw-r--r-- | arch/arm/mach-mx28/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx28/Makefile b/arch/arm/mach-mx28/Makefile index 33a395e164e8..23869ad9cbbc 100644 --- a/arch/arm/mach-mx28/Makefile +++ b/arch/arm/mach-mx28/Makefile @@ -1,7 +1,7 @@ # # Makefile for the linux kernel. # -obj-y += pinctrl.o clock.o device.o serial.o power.o bus_freq.o +obj-y += pinctrl.o clock.o device.o serial.o power.o bus_freq.o pm.o sleep.o # Board select obj-$(CONFIG_MACH_MX28EVK) += mx28evk.o mx28evk_pins.o |