summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-02-01 22:20:33 +0800
committerFrank Li <Frank.Li@freescale.com>2015-02-04 21:53:29 +0800
commit47d65aa6bdd109fd9141b5a5d64ab9deeb9dd2b3 (patch)
tree76555c99f2dcc045f40915e718159d1a361e683f /Makefile
parent73b511503aef9675e58baadc0639d59c8395bcb4 (diff)
downloadu-boot-imx-47d65aa6bdd109fd9141b5a5d64ab9deeb9dd2b3.zip
u-boot-imx-47d65aa6bdd109fd9141b5a5d64ab9deeb9dd2b3.tar.gz
u-boot-imx-47d65aa6bdd109fd9141b5a5d64ab9deeb9dd2b3.tar.bz2
MLK-10176-4 imx: mx7: Add arch level support
Introduce a new cpu type MXC_CPU_MX7D and relevant functions for mx7d. Implement the soc.c for various system level functions like: temperature check, arch init, get mac fuse, boot mode get/apply, etc. Additional, enable building imx common platform files for mx7d. Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c91c10e..9507c2c 100644
--- a/Makefile
+++ b/Makefile
@@ -622,7 +622,7 @@ libs-y += test/
libs-y += test/dm/
libs-$(CONFIG_DM_DEMO) += drivers/demo/
-ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx31 mx35 mxs vf610))
+ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx7 mx31 mx35 mxs vf610))
libs-y += arch/$(ARCH)/imx-common/
endif