summaryrefslogtreecommitdiff
path: root/board/dood/build.mk
diff options
context:
space:
mode:
authorben.chen2@quanta.corp-partner.google.com <ben.chen2@quanta.corp-partner.google.com>2019-10-18 09:28:09 +0800
committerCommit Bot <commit-bot@chromium.org>2019-10-22 00:05:54 +0000
commitca3fce0e10421e3b75ca40ee8a3fed0a80d44b1a (patch)
treef8c412b465403ea3d3be57143d2e62c4d1c49e26 /board/dood/build.mk
parent01fc0279a26f340c8aa4805199f1cd2bd1284a82 (diff)
downloadchrome-ec-ca3fce0e10421e3b75ca40ee8a3fed0a80d44b1a.tar.gz
dood: initial files commit
Initial files for dood are copied from bobba, to be revised later. BRANCH=octopus BUG=b:141960652 TEST=build Change-Id: Ie26c6dfd21f420a9d66902de39d2393b0cd95fb3 Signed-off-by: Ben Chen <ben.chen2@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1868129 Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Henry Sun <henrysun@google.com> Tested-by: Henry Sun <henrysun@google.com> Commit-Queue: Justin TerAvest <teravest@chromium.org>
Diffstat (limited to 'board/dood/build.mk')
-rw-r--r--board/dood/build.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/dood/build.mk b/board/dood/build.mk
new file mode 100644
index 0000000000..3d04b75731
--- /dev/null
+++ b/board/dood/build.mk
@@ -0,0 +1,15 @@
+# -*- 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:=npcx7m6fb
+BASEBOARD:=octopus
+
+board-y=board.o led.o
+board-$(CONFIG_BATTERY_SMART)+=battery.o