summaryrefslogtreecommitdiff
path: root/zephyr/test/i2c/zmake.yaml
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-02-05 12:24:38 -0700
committerCommit Bot <commit-bot@chromium.org>2021-02-06 01:00:40 +0000
commit9fc79b2e2d2b3c0119df50afbad81ea541c36519 (patch)
tree2c26ee5bd251fe8322bfcbc9c791d4995ec3dc3c /zephyr/test/i2c/zmake.yaml
parent08aa55288e75eec80c66efff1a59c14a6048ac5d (diff)
downloadchrome-ec-9fc79b2e2d2b3c0119df50afbad81ea541c36519.tar.gz
zephyr: zmake: add board-specific DTS overlays
Allow board-specific DTS overlays to be placed at zephyr/dts/board-overlays/${BOARD}.dts in any module. Zmake will find the file and append it to the DTC_OVERLAY_FILE list when discovered. BUG=b:179491802 BRANCH=none TEST=provided unit test passes Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I53d4a04b6056689696b4615b5998937dbcf801c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2678795 Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'zephyr/test/i2c/zmake.yaml')
-rw-r--r--zephyr/test/i2c/zmake.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/zephyr/test/i2c/zmake.yaml b/zephyr/test/i2c/zmake.yaml
index 8269f3557e..54e80db400 100644
--- a/zephyr/test/i2c/zmake.yaml
+++ b/zephyr/test/i2c/zmake.yaml
@@ -8,3 +8,5 @@ supported-zephyr-versions:
toolchain: llvm
output-type: elf
is-test: true
+dts-overlays:
+ - overlay.dts