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:53:40 +0800 |
commit | 8cb6612516b9909ebbb9414cd800bb2f84ce332e (patch) | |
tree | bda3d7a6b62998eeca91f5573fa6497472a7b119 | |
parent | 864fd4f019674e8333b1fdb91e9242ae75f35992 (diff) | |
download | u-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-- | 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/ |