summaryrefslogtreecommitdiff
path: root/baseboard/brya/build.mk
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2020-10-16 00:52:52 -0700
committerCommit Bot <commit-bot@chromium.org>2020-11-19 20:52:57 +0000
commitc6002497c6ac39f84541686836de0aa6488802f7 (patch)
treee2958d2eb7f8cabe9c4ca76cb8d7e8ae6d7ec3f0 /baseboard/brya/build.mk
parent82a761da1b46229283672fb94ad617327d7149b1 (diff)
downloadchrome-ec-c6002497c6ac39f84541686836de0aa6488802f7.tar.gz
brya: add skeletal board and baseboard build
this adds a minimal build for a new board called brya. brya will be the basis for a family of boards, so this also introduces a new baseboard called brya. the primary goal is to introduce a build target to enable iterative development of this board. BRANCH=none BUG=b:173575131 TEST=make BOARD=brya, make buildall, verified ec.bin is generated Change-Id: I27a64594b84c69ee43ee91227c47391a801dee44 Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2546802 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'baseboard/brya/build.mk')
-rw-r--r--baseboard/brya/build.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/baseboard/brya/build.mk b/baseboard/brya/build.mk
new file mode 100644
index 0000000000..11fecc502d
--- /dev/null
+++ b/baseboard/brya/build.mk
@@ -0,0 +1,7 @@
+# -*- makefile -*-
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+#
+# Brya baseboard specific files build
+#