Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit b4ee116

Browse files
committed
[do not merge] set path for build scripts
path for build scripts should be set by mixins. this is hot fix for build failure Tracked-On: Signed-off-by: JianFeng,Zhou <jianfeng.zhou@intel.com>
1 parent 63b2a84 commit b4ee116

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

common/BoardConfig.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#
33
# Product-specific compile-time definitions.
44
#
5+
INTEL_PATH_COMMON := device/intel/common
6+
INTEL_PATH_BUILD := device/intel/build
7+
INTEL_PATH_VENDOR := vendor/intel
58

69
# The generic product target doesn't have any hardware-specific pieces.
710
TARGET_NO_BOOTLOADER := true

0 commit comments

Comments
 (0)