summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2016-10-09 18:41:23 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit37003e570950f74a4dfb44e5aaf26ef8885b6f38 (patch)
tree989eff5ea278849372020b0614991032708bcb76 /arch/arm/mach-imx/Makefile
parent31860a26116a48a0707fa0507a9ae79b040315fb (diff)
MLK-13303-8 ARM: imx: add i.mx6sll msl support
Add i.MX6SLL MSL support, machine code reuses i.MX6SL. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Bai Ping <ping.bai@nxp.com>
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 70c8cc79cb88..3e2a3135b469 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -35,6 +35,7 @@ AFLAGS_imx6ull_low_power_idle.o :=-Wa,-march=armv7-a
obj-$(CONFIG_SOC_IMX6ULL) += imx6ull_low_power_idle.o
AFLAGS_imx7d_low_power_idle.o :=-Wa,-march=armv7-a
obj-$(CONFIG_SOC_IMX7D) += cpuidle-imx7d.o imx7d_low_power_idle.o
+obj-$(CONFIG_SOC_IMX6SLL) += mach-imx6sl.o
endif
ifdef CONFIG_SND_IMX_SOC