From 4d75363581c24222a3668114d0fecff527acd349 Mon Sep 17 00:00:00 2001 From: "JianFeng,Zhou" Date: Wed, 18 Dec 2019 08:44:29 +0800 Subject: [PATCH] [do not merge] set path for build scripts path for build scripts should be set by mixins. this is temporary fix for build failure Tracked-On: OAM-12345 Signed-off-by: JianFeng,Zhou --- common/BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/BoardConfig.mk b/common/BoardConfig.mk index b831c66..a28ed8d 100644 --- a/common/BoardConfig.mk +++ b/common/BoardConfig.mk @@ -2,6 +2,9 @@ # # Product-specific compile-time definitions. # +INTEL_PATH_COMMON := device/intel/common +INTEL_PATH_BUILD := device/intel/build +INTEL_PATH_VENDOR := vendor/intel # The generic product target doesn't have any hardware-specific pieces. TARGET_NO_BOOTLOADER := true