From 67db7fb2325b034db6366ba60d4a8e51c76c562e 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. Signed-off-by: TOKITA Hiroshi --- MAINTAINERS.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index e9c2ff76f34..214cf9b78aa 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"