summaryrefslogtreecommitdiff
path: root/board/palkia/build.mk
diff options
context:
space:
mode:
authorZhuohao Lee <zhuohao@chromium.org>2020-02-06 16:34:00 +0800
committerCommit Bot <commit-bot@chromium.org>2020-03-10 20:07:02 +0000
commit45932634859f7156d1cbdf7cec5ec1e9de8861c9 (patch)
treec64ce6b760b732d6810ba51b9afa20e6b86ac3cd /board/palkia/build.mk
parenta4648d636e5d309b3d1882fe688c2eb0dd1d14dd (diff)
downloadchrome-ec-45932634859f7156d1cbdf7cec5ec1e9de8861c9.tar.gz
palkia: Initial board
Clone the board setting from the helios and change the 'helios' to palkia BUG=b:147078849 BRANCH=firmware-hatch-12669.B TEST=run on DUT Change-Id: I986a0e69aa2b0022d50e85118034fd956fb06345 Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2035442 Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'board/palkia/build.mk')
-rw-r--r--board/palkia/build.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/palkia/build.mk b/board/palkia/build.mk
new file mode 100644
index 0000000000..e91262fd43
--- /dev/null
+++ b/board/palkia/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:=npcx7m6fc
+BASEBOARD:=hatch
+
+board-y=board.o led.o
+board-$(CONFIG_BATTERY_SMART)+=battery.o