summaryrefslogtreecommitdiff
path: root/board/rammus/build.mk
diff options
context:
space:
mode:
authorZhuohao Lee <zhuohao@chromium.org>2018-07-24 22:44:01 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-07-26 04:07:45 -0700
commita59038668c9bde21225563c8cd994dc961d15128 (patch)
treec22414dc56f60ef84b26c421d0f8e819a0ec906a /board/rammus/build.mk
parent1542c8c5b9c7f934edc9ce7a6e42b09986e6a54f (diff)
downloadchrome-ec-a59038668c9bde21225563c8cd994dc961d15128.tar.gz
rammus: initial setup for ec
The initial files are copied from nautilus and will be revised later. BUG=b:111579280 BRANCH=master TEST=emerge-rammus chromeos-ec Change-Id: Ic1312716ca0b2200ec2d396f9e1e8c1bbe226904 Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1149771 Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Diffstat (limited to 'board/rammus/build.mk')
-rw-r--r--board/rammus/build.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/rammus/build.mk b/board/rammus/build.mk
new file mode 100644
index 0000000000..f4bf21113d
--- /dev/null
+++ b/board/rammus/build.mk
@@ -0,0 +1,15 @@
+# -*- makefile -*-
+# Copyright 2017 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_VARIANT:=npcx5m6g
+
+board-y=board.o
+board-$(CONFIG_BATTERY_SMART)+=battery.o
+board-$(CONFIG_LED_COMMON)+=led.o
+board-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_policy.o