diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-09-11 15:40:34 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-09-13 06:16:03 +0300 |
commit | f92c710f464465f7ff21c2ad30aa04a94aab0577 (patch) | |
tree | f066b0fb2ac91b713cf41a4c241e26cb700e8b76 /arch/arm/mach-imx/Makefile | |
parent | 8485adf17a15faacc6403dce0b711ec8a1cbf403 (diff) | |
download | linux-f92c710f464465f7ff21c2ad30aa04a94aab0577.tar.xz |
ARM: imx: Remove remnant board file support pieces
Since i.MX board files are gone, remove some remnant pieces of
board file support.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r-- | arch/arm/mach-imx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index f3e7717cdbea..9cebd360d58e 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -5,7 +5,7 @@ obj-$(CONFIG_SOC_IMX25) += cpu-imx25.o mach-imx25.o pm-imx25.o obj-$(CONFIG_SOC_IMX27) += cpu-imx27.o pm-imx27.o mach-imx27.o -obj-$(CONFIG_SOC_IMX31) += mm-imx3.o cpu-imx31.o iomux-imx31.o mach-imx31.o +obj-$(CONFIG_SOC_IMX31) += mm-imx3.o cpu-imx31.o mach-imx31.o obj-$(CONFIG_SOC_IMX35) += mm-imx3.o cpu-imx35.o mach-imx35.o imx5-pm-$(CONFIG_PM) += pm-imx5.o |