Add OWNERS files

These are not currently checked by gerrit, but will be at some point
in the not-too-distant future.

The board/ directory gets additional owners to make it easier for
partner eng to make changes in ToT.

BUG=chrome-os-partner:27404
BRANCH=none
TEST=none (since gerrit doesn't check owners yet)

Change-Id: Ie21b9530fcc6d708ab987d9de80676f91faa72b9
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/191947
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
Randall Spangler 2014-03-27 12:44:01 -07:00 committed by chrome-internal-fetch
parent 9f40d3f90e
commit a13edcc038
3 changed files with 11 additions and 1 deletions

View File

@ -15,7 +15,7 @@ build-srcs := $(foreach u,$(build-util-bin),$(sort $($(u)-objs:%.o=util/%.c) uti
host-srcs := $(foreach u,$(host-util-bin),$(sort $($(u)-objs:%.o=util/%.c) util/$(u).c))
# Don't do a build test on the following boards:
skip_boards = host it8380dev
skip_boards = OWNERS host it8380dev
boards := $(filter-out $(skip_boards),$(subst board/,,$(wildcard board/*)))
# Create output directories if necessary

8
OWNERS Normal file
View File

@ -0,0 +1,8 @@
# Chromium EC owners
rspangler@chromium.org
victoryang@chromium.org
vpalatin@chromium.org
wfrichar@chromium.org
# Don't inherit owners from elsewhere in the manifest
set noparent

2
board/OWNERS Normal file
View File

@ -0,0 +1,2 @@
# Additional owners for board directory
dparker@chromium.org