Commit a6bba0bd00e2cdf8010615e9ddf77ab978857c85

Authored by Peng Fan
Committed by Stefano Babic
1 parent b2b8b9be2f

arm: build mach-imx for i.MX8

Build mach-imx for i.MX8

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
Cc: Stefano Babic <sbabic@denx.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -105,7 +105,7 @@
105 105 libs-y += arch/arm/mach-imx/
106 106 endif
107 107 else
108   -ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx7 mx7ulp mx31 mx35 mxs mx8m vf610))
  108 +ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx7 mx7ulp mx31 mx35 mxs mx8m imx8 vf610))
109 109 libs-y += arch/arm/mach-imx/
110 110 endif
111 111 endif