summaryrefslogtreecommitdiff
path: root/board/bloog/build.mk
diff options
context:
space:
mode:
authorDevin Lu <devin.lu@quantatw.com>2019-03-11 17:58:11 +0800
committerchrome-bot <chrome-bot@chromium.org>2019-03-14 01:32:24 -0700
commitf2a30e172790538db7327e25b7f2e9122f3cc6d0 (patch)
tree1c3f91e61c7db56b8a1e1fbeecaa546b860858e7 /board/bloog/build.mk
parentf965ca05e6130c4a00e7091d23ec8aa0c67abcb1 (diff)
downloadchrome-ec-f2a30e172790538db7327e25b7f2e9122f3cc6d0.tar.gz
bloog: initial EC image
This image is based on meep PVT from ToT and SKUID is TBD. BUG=b:127732205 BRANCH=octopus TEST=make buildall -j Change-Id: Ifbc5ea6e0001a22bd3224fa5afcd81c62e274283 Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-on: https://chromium-review.googlesource.com/1514438 Reviewed-by: Marco Chen <marcochen@chromium.org>
Diffstat (limited to 'board/bloog/build.mk')
-rw-r--r--board/bloog/build.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/bloog/build.mk b/board/bloog/build.mk
new file mode 100644
index 0000000000..137e208b53
--- /dev/null
+++ b/board/bloog/build.mk
@@ -0,0 +1,15 @@
+# -*- makefile -*-
+# Copyright 2019 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