]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: imx: fix imx6sll-only build
authorArnd Bergmann <arnd@arndb.de>
Thu, 15 Mar 2018 09:36:33 +0000 (10:36 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 27 Mar 2018 13:09:57 +0000 (15:09 +0200)
commit2715df50bd5dcf2a941c4a909b1f7a0ca97ee79d
tree01f908ec152e3a241d801dc64f84e43d0c209b5c
parent22e632d0d607c674e279ef73c368388409645742
ARM: imx: fix imx6sll-only build

When selecting SOC_IMX6SLL but not SOC_IMX6SL, we get a link error:

arch/arm/mach-imx/mach-imx6sl.o: In function `imx6sl_init_late':
mach-imx6sl.c:(.init.text+0x14): undefined reference to `imx6sl_cpuidle_init'

This adds the missing line to the Makefile to also build the cpuidle
support that we need here.

Fixes: 1b012d5413db ("ARM: imx: Add basic msl support for imx6sll")
Acked-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-imx/Makefile