summaryrefslogtreecommitdiff
path: root/zephyr/zmake/setup.py
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-01-15 16:29:07 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-16 03:33:44 +0000
commit40134002ef735d5e6f2351e7af0d6af2197a9633 (patch)
tree80093e0fcb4090652190145033d2e9389fc5e452 /zephyr/zmake/setup.py
parent716bb53fc22491ce4c4cc87f1c979006b917710f (diff)
downloadchrome-ec-40134002ef735d5e6f2351e7af0d6af2197a9633.tar.gz
zephyr: drop zephyr-chrome module
Remove zephyr-chrome module from zmake and enable the last directory in our CMakeLists.txt (drivers). BUG=b:177003034 BRANCH=none TEST=zmake testall Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I551f59e6ce118d2939111126151984b65ce08c91 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2633655 Commit-Queue: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'zephyr/zmake/setup.py')
-rw-r--r--zephyr/zmake/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/zmake/setup.py b/zephyr/zmake/setup.py
index 681a5b8d6a..72c80e924d 100644
--- a/zephyr/zmake/setup.py
+++ b/zephyr/zmake/setup.py
@@ -12,7 +12,7 @@ setuptools.setup(
description='CrOS Zephyr Utilities',
long_description='Utilities used for working on a Zephyr-based EC',
- url='https://chromium.googlesource.com/chromiumos/platform/zephyr-chrome',
+ url='https://chromium.googlesource.com/chromiumos/platform/ec',
author='Chromium OS Authors',
author_email='chromiumos-dev@chromium.org',