summaryrefslogtreecommitdiff
path: root/zephyr/projects/npcx_evb/npcx9
diff options
context:
space:
mode:
authorWealian Liao <whliao@nuvoton.corp-partner.google.com>2021-07-30 13:27:02 +0800
committerCommit Bot <commit-bot@chromium.org>2021-07-30 16:38:16 +0000
commit8f29da5d1273e32cd23ce7e3bfb3718ecdae4ad0 (patch)
tree391086b46b514be069e780b2495aa981b0469913 /zephyr/projects/npcx_evb/npcx9
parent8ee45dc055b809ba27c279c37a5df389f772de9b (diff)
downloadchrome-ec-8f29da5d1273e32cd23ce7e3bfb3718ecdae4ad0.tar.gz
zephyr: npcx_evb: Remove BOARD_ROOT setting
CMakeLists no longer needs to set BOARD_ROOT. Remove it to fix the CMake warning message. BUG=none BRANCH=none TEST=zmake testall Signed-off-by: Wealian Liao <whliao@nuvoton.corp-partner.google.com> Change-Id: I80a1f1c62cec70e5bbd063e20cacdc62e78b5f4a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3063102 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/projects/npcx_evb/npcx9')
-rw-r--r--zephyr/projects/npcx_evb/npcx9/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/projects/npcx_evb/npcx9/CMakeLists.txt b/zephyr/projects/npcx_evb/npcx9/CMakeLists.txt
index 8d605a001c..a81ae87820 100644
--- a/zephyr/projects/npcx_evb/npcx9/CMakeLists.txt
+++ b/zephyr/projects/npcx_evb/npcx9/CMakeLists.txt
@@ -3,7 +3,6 @@
# found in the LICENSE file.
cmake_minimum_required(VERSION 3.13.1)
-set(BOARD_ROOT "${CMAKE_CURRENT_LIST_DIR}/..")
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(npcx9)