diff options
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 |