summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/Makefile
diff options
context:
space:
mode:
authorSammy He <r62914@freescale.com>2010-03-02 16:56:46 +0800
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-05-25 10:57:49 +0200
commit923e54b2178089e86dcdbd7df9cd8585414bcd82 (patch)
tree082ef03fa3720244cb829b2778457c7379ca6818 /arch/arm/mach-mx5/Makefile
parent721654fba3f3799718ade2a102c8bc41c7f089f8 (diff)
ENGR00121097-2 mx51: Change registered vpu resource in device
Change registered vpu resource and move vpu iram allocator from device to vpu driver. Signed-off-by: Sammy He <r62914@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/mach-mx5/Makefile')
-rw-r--r--arch/arm/mach-mx5/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Makefile b/arch/arm/mach-mx5/Makefile
new file mode 100644
index 000000000000..1e94b4cc4233
--- /dev/null
+++ b/arch/arm/mach-mx5/Makefile
@@ -0,0 +1,13 @@
+#
+# Makefile for the linux kernel.
+#
+
+# Object file lists.
+
+
+obj-y := system.o iomux.o cpu.o mm.o clock.o devices.o serial.o dma.o lpmodes.o pm.o \
+sdram_autogating.o bus_freq.o usb_dr.o usb_h1.o usb_h2.o dummy_gpio.o wfi.o suspend.o
+
+obj-$(CONFIG_MACH_MX51_3DS) += mx51_3stack.o mx51_3stack_gpio.o mx51_3stack_pmic_mc13892.o
+obj-$(CONFIG_MACH_MX51_BABBAGE) += mx51_babbage.o mx51_babbage_gpio.o mx51_babbage_pmic_mc13892.o
+