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:35:55 +0800
commit1ba460093a7e43e87c37f09d5ea68796892f66a6 (patch)
treebda3d7a6b62998eeca91f5573fa6497472a7b119
parentb105b05904e5e8faa40cb4b58907f03789c1d8ad (diff)
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/