From f94b1432cef9f994f5e6bfcb768f52962194ddec Mon Sep 17 00:00:00 2001 From: TOKITA Hiroshi Date: Thu, 10 Oct 2024 07:46:37 +0900 Subject: [PATCH] MAINTAINERS: Add build_all test files for crypto, disk and w1 Add build_all to `files:` entry to crypto, disk and w1. (cherry picked from commit 67db7fb2325b034db6366ba60d4a8e51c76c562e) Original-Signed-off-by: TOKITA Hiroshi GitOrigin-RevId: 67db7fb2325b034db6366ba60d4a8e51c76c562e Cr-Build-Id: 8732659221460854369 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8732659221460854369 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: I59b500987c7d6e78745fcee352c77fd412a8b9e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5976024 Tested-by: ChromeOS Prod (Robot) Reviewed-by: Ting Shen Commit-Queue: Ting Shen --- MAINTAINERS.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index b64bddbd6c0..80eb6a387cf 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -916,6 +916,7 @@ Disk: - subsys/sd/ - tests/subsys/sd/ - tests/drivers/disk/ + - tests/drivers/build_all/disk/ - include/zephyr/sd/ - dts/bindings/sd/ - dts/bindings/mmc/ @@ -1223,6 +1224,7 @@ Release Notes: - samples/drivers/crypto/ - tests/crypto/ - doc/services/crypto/ + - tests/drivers/build_all/crypto/ labels: - "area: Crypto / RNG" tests: @@ -2128,6 +2130,7 @@ Release Notes: - include/zephyr/drivers/w1.h - include/zephyr/drivers/sensor/w1_sensor.h - tests/drivers/w1/ + - tests/drivers/build_all/w1/ - samples/drivers/w1/ labels: - "area: W1"