From 64844f446847b7a7898f0c67cfe73f2939bcb3d1 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Thu, 23 May 2024 23:06:12 -0400 Subject: [PATCH] Promote to group for libdrvmgr and add libdebugger, libdl Two directories were missed and I forgot Gedare for libdrvmgr so it was promoted to a group. --- CODEOWNERS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 42918f71c4..3036e8b3a1 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -10,7 +10,13 @@ # CPUKit ######## -[CPUKit libdrvmgr] @joel +[CPUKit libdebugger] @approvers/cpukit/libdebugger +/cpukit/libdebugger + +[CPUKit libdl] @approvers/cpukit/libdl +/cpukit/libdl + +[CPUKit libdrvmgr] @approvers/cpukit/libdrvmgr /cpukit/libdrvmgr [CPUKit libgnat] @joel @@ -23,6 +29,7 @@ /cpukit/libstdthreads + # Architectures ###############