summaryrefslogtreecommitdiff
path: root/board/jinlon/build.mk
diff options
context:
space:
mode:
authorDevin Lu <devin.lu@quantatw.com>2019-11-11 11:05:54 +0800
committerCommit Bot <commit-bot@chromium.org>2019-11-12 07:00:32 +0000
commit6827cca9dca2305799682d8bb9574d45c26cc14e (patch)
tree7188a6c69a8bd0b8056ee23dda63e387368711a1 /board/jinlon/build.mk
parent6b465ccbaa6e453c00eb27a65f26397d8674912e (diff)
downloadchrome-ec-6827cca9dca2305799682d8bb9574d45c26cc14e.tar.gz
jinlon: Initial EC image
The starting point for the jinlon EC image (Auto-Generated by create_initial_ec_image.sh version 1.0.0). BUG=b:144150654 BRANCH=none TEST=make BOARD=jinlon Change-Id: Ifb50f2f8ed16dc0f808bfb065a9ecae47c64956d Signed-off-by: Devin Lu <devin.lu@quantatw.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1907669 Tested-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Commit-Queue: Devin Lu <Devin.Lu@quantatw.com>
Diffstat (limited to 'board/jinlon/build.mk')
-rw-r--r--board/jinlon/build.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/jinlon/build.mk b/board/jinlon/build.mk
new file mode 100644
index 0000000000..733912454f
--- /dev/null
+++ b/board/jinlon/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:=npcx7m6fc
+BASEBOARD:=hatch
+
+board-y=board.o led.o
+board-$(CONFIG_BATTERY_SMART)+=battery.o