summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/Makefile
diff options
context:
space:
mode:
authorRanjani Vaidyanathan <ra5478@freescale.com>2011-03-09 08:55:44 -0600
committerJason Liu <r64343@freescale.com>2012-01-09 19:53:56 +0800
commit75663e65f761f6000bdd7b0a126a22fc33f5ff5a (patch)
treeadb0ed0f0a902487baa760397b052219d5f68ed6 /arch/arm/mach-mx5/Makefile
parent4cb6dc1405c1e622178de0a6340140d7eef46811 (diff)
ENGR00141399-1 Add MX50 support for 2.6.38
mx50_rdp: add ocotp device mx50_rdp: add dcp device mx50_rdp: Add RNGB device support for MX50 PM: Fix suspend_iram_base can't execute code Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com> Signed-off-by: Frank Li <Frank.Li@freescale.com> Signed-off-by: Anish Trivedi <anish@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx5/Makefile')
-rwxr-xr-xarch/arm/mach-mx5/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/arm/mach-mx5/Makefile b/arch/arm/mach-mx5/Makefile
index 8eb962868202..6ea56fedcfe5 100755
--- a/arch/arm/mach-mx5/Makefile
+++ b/arch/arm/mach-mx5/Makefile
@@ -3,12 +3,14 @@
#
# Object file lists.
-obj-y := cpu.o mm.o clock.o devices.o ehci.o bus_freq.o sdram_autogating.o \
+obj-y := cpu.o mm.o devices.o ehci.o bus_freq.o sdram_autogating.o \
pm.o system.o suspend.o usb_dr.o usb_h1.o usb_h2.o
-obj-$(CONFIG_SOC_IMX50) += mm-mx50.o
+obj-$(CONFIG_SOC_IMX50) += clock_mx50.o mm-mx50.o mx50_wfi.o mx50_suspend.o mx50_freq.o mx50_ddr_freq.o
+obj-$(CONFIG_SOC_IMX51) += clock.o
+obj-$(CONFIG_SOC_IMX53) += clock.o
-obj-$(CONFIG_CPU_FREQ_IMX) += cpu_op-mx51.o cpu_op-mx53.o
+obj-$(CONFIG_CPU_FREQ_IMX) += cpu_op-mx51.o cpu_op-mx53.o cpu_op-mx50.o
obj-$(CONFIG_MACH_MX51_BABBAGE) += board-mx51_babbage.o
obj-$(CONFIG_MACH_MX51_3DS) += board-mx51_3ds.o
obj-$(CONFIG_MACH_MX53_EVK) += board-mx53_evk.o