summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2019-04-18 16:01:53 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:31:33 +0800
commita70f422f264c07b825ea632afab7933e1fa4c7ba (patch)
tree8b351c1c157ed444e26439e39dcdee4d32ee243f /arch/arm/mach-imx/Makefile
parent4d546d4a1e15addd03ab1d48a315abbb7d07f4e2 (diff)
ARM: imx: add i.MX6SX low power idle support
This patch adds i.MX6SX low power idle support. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> [ Aisheng: Fix rebase conflict ] Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r--arch/arm/mach-imx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index 4e8c2e8f9a73..1c2b9421065c 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -26,8 +26,9 @@ ifeq ($(CONFIG_CPU_IDLE),y)
obj-$(CONFIG_SOC_IMX5) += cpuidle-imx5.o
obj-$(CONFIG_SOC_IMX6Q) += cpuidle-imx6q.o
obj-$(CONFIG_SOC_IMX6SL) += cpuidle-imx6sl.o
-obj-$(CONFIG_SOC_IMX6SLL) += cpuidle-imx6sx.o
+obj-$(CONFIG_SOC_IMX6SLL) += cpuidle-imx6sx.o imx6sx_low_power_idle.o
obj-$(CONFIG_SOC_IMX6SX) += cpuidle-imx6sx.o
+AFLAGS_imx6sx_low_power_idle.o :=-Wa,-march=armv7-a
obj-$(CONFIG_SOC_IMX6UL) += cpuidle-imx6sx.o
obj-$(CONFIG_SOC_IMX7ULP) += cpuidle-imx7ulp.o
endif