summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoran Wang <Haoran.Wang@freescale.com>2016-01-04 23:16:14 +0800
committerguoyin.chen <guoyin.chen@freescale.com>2016-03-04 15:53:40 +0800
commit8cb6612516b9909ebbb9414cd800bb2f84ce332e (patch)
treebda3d7a6b62998eeca91f5573fa6497472a7b119
parent864fd4f019674e8333b1fdb91e9242ae75f35992 (diff)
downloadu-boot-imx-8cb6612516b9909ebbb9414cd800bb2f84ce332e.zip
u-boot-imx-8cb6612516b9909ebbb9414cd800bb2f84ce332e.tar.gz
u-boot-imx-8cb6612516b9909ebbb9414cd800bb2f84ce332e.tar.bz2
MA-7455-2 Workaround to pass compile for pico
We have some vendor specific codes in board/freescale/common which the picoimx configs also need them when Android or Brillo configs is enabled. So added the folder in Makefile to pass the compile. Signed-off-by: Haoran Wang <Haoran.Wang@freescale.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 950c960..5b8c01d 100644
--- a/Makefile
+++ b/Makefile
@@ -624,6 +624,7 @@ HAVE_VENDOR_COMMON_LIB = $(if $(wildcard $(srctree)/board/$(VENDOR)/common/Makef
libs-y += lib/
libs-$(HAVE_VENDOR_COMMON_LIB) += board/$(VENDOR)/common/
+libs-$(CONFIG_FSL_FASTBOOT) += board/freescale/common/
libs-$(CONFIG_OF_EMBED) += dts/
libs-y += fs/
libs-y += net/