summaryrefslogtreecommitdiff
path: root/board/yorp/build.mk
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2018-02-23 16:18:35 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-02-28 15:21:06 -0800
commit7a0a4d639304dde28fe3ce0b3963f1789603ed5d (patch)
tree027b9d66d5625008e4a18e8dbbcebcb71e6c4e5f /board/yorp/build.mk
parent75acf081183821ef3ef1a63877a53103663272d6 (diff)
downloadchrome-ec-7a0a4d639304dde28fe3ce0b3963f1789603ed5d.tar.gz
yorp: initial add of octopus BOM-A board
BRANCH=none BUG=b:73811887 TEST=build yorp and all other boards Change-Id: I2c29ba86f29a3d25128c00c1b55e90f6843bcdd5 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/935367 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'board/yorp/build.mk')
-rw-r--r--board/yorp/build.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/yorp/build.mk b/board/yorp/build.mk
new file mode 100644
index 0000000000..8c11d2f43e
--- /dev/null
+++ b/board/yorp/build.mk
@@ -0,0 +1,13 @@
+# -*- makefile -*-
+# Copyright 2018 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.
+#
+# Board specific files build
+#
+
+CHIP:=npcx
+CHIP_FAMILY:=npcx7
+CHIP_VARIANT:=npcx7m6f
+
+board-y=board.o \ No newline at end of file