diff options
| author | Peng Fan <[email protected]> | 2018-10-18 14:28:09 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2018-10-22 12:59:01 +0200 |
| commit | a6bba0bd00e2cdf8010615e9ddf77ab978857c85 (patch) | |
| tree | 17a1a7896a0dbbe30d25f83ecd51f89f28e4c7a1 | |
| parent | b2b8b9be2fda11192b2c50e1edf2b9e652471bc2 (diff) | |
arm: build mach-imx for i.MX8
Build mach-imx for i.MX8
Signed-off-by: Peng Fan <[email protected]>
Reviewed-by: Anatolij Gustschin <[email protected]>
Cc: Stefano Babic <[email protected]>
| -rw-r--r-- | arch/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 8f50560434b..7285913b419 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -105,7 +105,7 @@ ifneq (,$(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_MX35)$(filter $(SOC), mx25 mx5 mx6 libs-y += arch/arm/mach-imx/ endif else -ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx7 mx7ulp mx31 mx35 mxs mx8m vf610)) +ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx7 mx7ulp mx31 mx35 mxs mx8m imx8 vf610)) libs-y += arch/arm/mach-imx/ endif endif |
