summaryrefslogtreecommitdiff
path: root/board/meep/build.mk
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2018-07-26 10:13:19 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-07-27 15:28:59 -0700
commit72573a70d309dfa480708018c481d9da13415d8d (patch)
treecfbe1a018c66ac4ca40d03b6f9350eb91011a3e4 /board/meep/build.mk
parent5ab2936bded3a71dff5a195c087817745fef1a0e (diff)
downloadchrome-ec-72573a70d309dfa480708018c481d9da13415d8d.tar.gz
meep: create initial EC image
This image is based on yorp proto 2 from ToT and the most recent meep schematics BRANCH=none BUG=b:111543000 TEST=builds Change-Id: I42df536b26266da377efbda0db98af1ef269380b Signed-off-by: Diana Z <dzigterman@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1151545 Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Justin TerAvest <teravest@chromium.org>
Diffstat (limited to 'board/meep/build.mk')
-rw-r--r--board/meep/build.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/meep/build.mk b/board/meep/build.mk
new file mode 100644
index 0000000000..3d04b75731
--- /dev/null
+++ b/board/meep/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