summaryrefslogtreecommitdiff
path: root/board/berknip/build.mk
diff options
context:
space:
mode:
authorZick Wei <zick.wei@quanta.corp-partner.google.com>2020-04-27 15:56:01 +0800
committerCommit Bot <commit-bot@chromium.org>2020-04-30 12:00:44 +0000
commit2a31fb8ef91853bfc8571ec7c76e871dbfe3c866 (patch)
tree1439115ca5770da9a91e926ddaadd0c2a085f2bf /board/berknip/build.mk
parent75a3e9c16c4d91be616ff4f8e1e7058ad3df9f5c (diff)
downloadchrome-ec-2a31fb8ef91853bfc8571ec7c76e871dbfe3c866.tar.gz
berknip: Initial EC image
Create the initial EC image for the berknip variant by copying the trembyle reference board EC files into a new directory named for the variant. (Auto-Generated by create_initial_ec_image.sh version 1.0.2). BUG=None BRANCH=none TEST=make BOARD=berknip Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: Ie58af943edd5c381bf145a555cec5c1f300ef158 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2167130 Reviewed-by: Edward Hill <ecgh@chromium.org> Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Edward Hill <ecgh@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'board/berknip/build.mk')
-rw-r--r--board/berknip/build.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/berknip/build.mk b/board/berknip/build.mk
new file mode 100644
index 0000000000..1c0cbc4f63
--- /dev/null
+++ b/board/berknip/build.mk
@@ -0,0 +1,15 @@
+# -*- 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.
+#
+# Board specific files build
+#
+
+CHIP:=npcx
+CHIP_FAMILY:=npcx7
+CHIP_VARIANT:=npcx7m7wc
+BASEBOARD:=zork
+
+board-y=board.o led.o
+board-$(CONFIG_BATTERY_SMART)+=battery.o