summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorShawn Guo2013-05-03 05:24:47 +0200
committerShawn Guo2013-06-17 09:45:11 +0200
commit31a2fbf70e1cf3fcd6623a928a5547a2c5c6733f (patch)
treeeeb1138f5a6f6472bf977051192fd977b3ccd356 /arch/arm/mach-imx/Makefile
parentARM: imx: enable low-level debug support for imx6sl (diff)
downloadkernel-qcow2-linux-31a2fbf70e1cf3fcd6623a928a5547a2c5c6733f.tar.gz
kernel-qcow2-linux-31a2fbf70e1cf3fcd6623a928a5547a2c5c6733f.tar.xz
kernel-qcow2-linux-31a2fbf70e1cf3fcd6623a928a5547a2c5c6733f.zip
ARM: imx: add initial support for imx6sl
Add initial support for i.MX6 SoloLite. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r--arch/arm/mach-imx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index 70ae7c490ac0..2a4754dc7c69 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -98,6 +98,7 @@ AFLAGS_headsmp.o :=-Wa,-march=armv7-a
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
obj-$(CONFIG_SOC_IMX6Q) += clk-imx6q.o mach-imx6q.o
+obj-$(CONFIG_SOC_IMX6SL) += clk-imx6sl.o mach-imx6sl.o
ifeq ($(CONFIG_PM),y)
obj-$(CONFIG_SOC_IMX6Q) += pm-imx6q.o headsmp.o