aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx3/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-02-06 15:41:45 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-03-13 10:34:27 +0100
commitcb8ebb0223a5a2ec6f2e0b46ef5812113847df61 (patch)
tree97fd136d6fc3a89f53a905b331225f0df52adb14 /arch/arm/mach-mx3/Makefile
parent198016e1b12d781ef00aaafbf571775a8e723f54 (diff)
[ARM] add i.MX35 build support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Makefile')
-rw-r--r--arch/arm/mach-mx3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/Makefile b/arch/arm/mach-mx3/Makefile
index d50d9878a65..68c4837cce6 100644
--- a/arch/arm/mach-mx3/Makefile
+++ b/arch/arm/mach-mx3/Makefile
@@ -4,7 +4,8 @@
# Object file lists.
-obj-y := mm.o clock.o devices.o iomux.o
+obj-y := mm.o devices.o
+obj-$(CONFIG_ARCH_MX31) += clock.o iomux.o
obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o
obj-$(CONFIG_MACH_MX31LITE) += mx31lite.o
obj-$(CONFIG_MACH_PCM037) += pcm037.o