summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-11-09 17:42:56 -0700
committerCommit Bot <commit-bot@chromium.org>2021-11-10 02:10:08 +0000
commit910ceb134826d28e7e810131f01c3cf6ac31e054 (patch)
treec3176e4d94d5f0597a07c28d40e5ac531b019d96
parent3adaa9deca9439bc0768636e077e8acb2d35062f (diff)
downloadchrome-ec-910ceb134826d28e7e810131f01c3cf6ac31e054.tar.gz
zephyr: posix-ec: Drop setting BOARD in CMakeLists.txt
This was possibly written pre-zmake. It's redundant as zmake sets it. BUG=none BRANCH=none TEST=zmake testall Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I660a2689cedd3c6cec9cf44838e7b9268ca7ece0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3271879 Reviewed-by: Sam Hurst <shurst@google.com>
-rw-r--r--zephyr/projects/posix-ec/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/zephyr/projects/posix-ec/CMakeLists.txt b/zephyr/projects/posix-ec/CMakeLists.txt
index c4ac80228d..e5287b0b17 100644
--- a/zephyr/projects/posix-ec/CMakeLists.txt
+++ b/zephyr/projects/posix-ec/CMakeLists.txt
@@ -4,7 +4,5 @@
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
-set(BOARD native_posix)
-
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(posix-ec)