diff options
author | Haoran Wang <Haoran.Wang@freescale.com> | 2016-01-04 23:16:14 +0800 |
---|---|---|
committer | guoyin.chen <guoyin.chen@freescale.com> | 2016-03-04 15:35:55 +0800 |
commit | 1ba460093a7e43e87c37f09d5ea68796892f66a6 (patch) | |
tree | bda3d7a6b62998eeca91f5573fa6497472a7b119 | |
parent | b105b05904e5e8faa40cb4b58907f03789c1d8ad (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/ |