Commit 8cb6612516b9909ebbb9414cd800bb2f84ce332e

Authored by Haoran Wang
Committed by guoyin.chen
1 parent 864fd4f019

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -624,6 +624,7 @@
624 624  
625 625 libs-y += lib/
626 626 libs-$(HAVE_VENDOR_COMMON_LIB) += board/$(VENDOR)/common/
  627 +libs-$(CONFIG_FSL_FASTBOOT) += board/freescale/common/
627 628 libs-$(CONFIG_OF_EMBED) += dts/
628 629 libs-y += fs/
629 630 libs-y += net/